Initial Commit
This commit is contained in:
9
nano/syntax/ledger.nanorc
Normal file
9
nano/syntax/ledger.nanorc
Normal file
@ -0,0 +1,9 @@
|
||||
syntax "ledger" "(^|\.|/)ledger$"
|
||||
|
||||
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 brightblack "^[[:space:]]+\(?[A-Za-z ]+(:[A-Za-z ]+)*\)?"
|
||||
color red "[*]"
|
||||
color cyan "^[[:space:]]*;.*"
|
Reference in New Issue
Block a user