This is the first push to this repo with my dotfiles
[dotfilesold/.git] / .nano / peg.nanorc
1 syntax "PEG" "\.l?peg$"
2
3 color cyan  "^[[:space:]]*[A-Za-z][A-Za-z0-9_]*[[:space:]]*<-"
4 color blue   "\^[+-]?[0-9]+"
5 color red "[-+*?^/!&]|->|<-|=>"
6 color brightyellow    "%[A-Za-z][A-Za-z0-9_]*"
7 color magenta   "\[[^]]*\]"
8 color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
9 color brightblack  "(^|[[:space:]])\-\-.*$"
10 color brightwhite,cyan "TODO:?"
11 color ,green "[[:space:]]+$"
12 color ,red "    + +| +  +"