mirror of
https://github.com/scopatz/nanorc
synced 2024-11-27 20:35:53 +01:00
11 lines
408 B
Plaintext
11 lines
408 B
Plaintext
syntax "Ledger" "(^|\.|/)ledger|ldgr|beancount|bnct$"
|
|
|
|
color magenta "^([0-9]{4}(/|-)[0-9]{2}(/|-)[0-9]{2}|[=~]) .*"
|
|
color blue "^[0-9]{4}(/|-)[0-9]{2}(/|-)[0-9]{2}"
|
|
color yellow "^~ .*"
|
|
color blue "^= .*"
|
|
color cyan "^[[:space:]]+(![[:space:]]+)?\(?[A-Za-z ]+(:[A-Za-z ]+)*\)?"
|
|
color cyan "^[[:space:]]+(![[:space:]]+)?\(?[A-Za-z_-]+(:[A-Za-z_-]+)*\)?"
|
|
color red "[*!]"
|
|
color black "^[[:space:]]*;.*"
|