mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
9 lines
329 B
Text
9 lines
329 B
Text
syntax "ledger" "(^|\.|/)ledger|beancount$"
|
|
|
|
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 "^= .*"
|
|
color cyan "^[[:space:]]+\(?[A-Za-z ]+(:[A-Za-z ]+)*\)?"
|
|
color red "[*]"
|
|
color brightblack "^[[:space:]]*;.*"
|