mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Add a separate rule for beancount account name syntax
This commit is contained in:
parent
603c5e5469
commit
157ee8ca27
1 changed files with 1 additions and 0 deletions
|
|
@ -5,5 +5,6 @@ color blue "^[0-9]{4}(/|-)[0-9]{2}(/|-)[0-9]{2}"
|
||||||
color brightyellow "^~ .*"
|
color brightyellow "^~ .*"
|
||||||
color brightblue "^= .*"
|
color brightblue "^= .*"
|
||||||
color cyan "^[[:space:]]+(![[:space:]]+)?\(?[A-Za-z ]+(:[A-Za-z ]+)*\)?"
|
color cyan "^[[:space:]]+(![[:space:]]+)?\(?[A-Za-z ]+(:[A-Za-z ]+)*\)?"
|
||||||
|
color cyan "^[[:space:]]+(![[:space:]]+)?\(?[A-Za-z_-]+(:[A-Za-z_-]+)*\)?"
|
||||||
color red "[*!]"
|
color red "[*!]"
|
||||||
color brightblack "^[[:space:]]*;.*"
|
color brightblack "^[[:space:]]*;.*"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue