mirror of
https://github.com/scopatz/nanorc
synced 2025-06-20 21:40:12 +02:00
For better organisation the nanorc files will go to a folder. The install script should translate the themed nanorc files to the final files. The install script should be the official instalation method.
13 lines
395 B
Plaintext
13 lines
395 B
Plaintext
syntax "PEG" "\.l?peg$"
|
|
|
|
color cyan "^[[:space:]]*[A-Za-z][A-Za-z0-9_]*[[:space:]]*<-"
|
|
color blue "\^[+-]?[0-9]+"
|
|
color red "[-+*?^/!&]|->|<-|=>"
|
|
color brightyellow "%[A-Za-z][A-Za-z0-9_]*"
|
|
color magenta "\[[^]]*\]"
|
|
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
|
color brightblack "(^|[[:space:]])\-\-.*$"
|
|
color brightwhite,cyan "TODO:?"
|
|
color ,green "[[:space:]]+$"
|
|
color ,red " + +| + +"
|