2016-08-25 00:15:36 +00:00
|
|
|
syntax "ledger" "(^|\.|/)ledger|ldgr|beancount|bnct$"
|
2016-03-21 16:16:02 +00:00
|
|
|
|
2017-03-01 14:30:35 +00:00
|
|
|
color special "^([0-9]{4}(/|-)[0-9]{2}(/|-)[0-9]{2}|[=~]) .*"
|
|
|
|
|
color constant "^[0-9]{4}(/|-)[0-9]{2}(/|-)[0-9]{2}"
|
|
|
|
|
color statement "^~ .*"
|
|
|
|
|
color identifier.var "^= .*"
|
|
|
|
|
color identifier "^[[:space:]]+(![[:space:]]+)?\(?[A-Za-z ]+(:[A-Za-z ]+)*\)?"
|
2017-03-03 16:47:03 +00:00
|
|
|
color identifier "^[[:space:]]+(![[:space:]]+)?\(?[A-Za-z_\-]+(:[A-Za-z_\-]+)*\)?"
|
2017-03-01 14:30:35 +00:00
|
|
|
color symbol "[*!]"
|
|
|
|
|
color comment "^[[:space:]]*;.*"
|