nanorc/ledger.nanorc

11 lines
408 B
Plaintext
Raw Normal View History

syntax "Ledger" "(^|\.|/)ledger|ldgr|beancount|bnct$"
2018-08-09 10:09:19 +02:00
color magenta "^([0-9]{4}(/|-)[0-9]{2}(/|-)[0-9]{2}|[=~]) .*"
color blue "^[0-9]{4}(/|-)[0-9]{2}(/|-)[0-9]{2}"
2018-08-09 10:09:19 +02:00
color yellow "^~ .*"
color blue "^= .*"
2015-06-28 19:40:08 +02:00
color cyan "^[[:space:]]+(![[:space:]]+)?\(?[A-Za-z ]+(:[A-Za-z ]+)*\)?"
color cyan "^[[:space:]]+(![[:space:]]+)?\(?[A-Za-z_-]+(:[A-Za-z_-]+)*\)?"
color red "[*!]"
2018-08-09 10:09:19 +02:00
color black "^[[:space:]]*;.*"