12-08-2021
This commit is contained in:
12
.nano/peg.nanorc
Normal file
12
.nano/peg.nanorc
Normal file
@@ -0,0 +1,12 @@
|
||||
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 " + +| + +"
|
||||
Reference in New Issue
Block a user