eldiron-creator 0.9.3

A game creator for classical RPGs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
%YAML 1.2
---
name: Eldiron Log
scope: source.eldironlog

contexts:
  main:
    # Error lines
    - match: (?i)^\s*\[(error|err)\].*$
      scope: keyword.other.error.log

    # Warn lines
    - match: (?i)^\s*\[(warn|warning)\].*$
      scope: keyword.other.warning.log

    # Default log lines
    - match: ^.*$
      scope: variable.other.log