nanorc/ledger.nanorc

11 lines
432 B
Plaintext
Raw Normal View History

2016-02-15 23:19:55 -05:00
syntax "ledger" "(^|\.|/)ledger|ldgr|beancount|bnct$"
2016-02-15 23:19:55 -05:00
color brightmagenta "^([0-9]{4}(/|-)[0-9]{2}(/|-)[0-9]{2}|[=~]) .*"
color blue "^[0-9]{4}(/|-)[0-9]{2}(/|-)[0-9]{2}"
color brightyellow "^~ .*"
color brightblue "^= .*"
2016-02-15 23:19:55 -05:00
color cyan "^[[:space:]]+(![[:space:]]+)?\(?[A-Za-z ]+(:[A-Za-z ]+)*\)?"
color cyan "^[[:space:]]+(![[:space:]]+)?\(?[A-Za-z_-]+(:[A-Za-z_-]+)*\)?"
color red "[*!]"
color brightblack "^[[:space:]]*;.*"