nanorc/nanorc/peg.nanorc
Tiago Almeida a770c8b239 Relocate the nanorc files.
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.
2019-10-01 13:06:56 +01:00

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 " + +| + +"