micro/runtime/syntax/conf.micro

13 lines
262 B
Text
Raw Normal View History

2016-03-21 16:16:02 +00:00
## Here is an example for nanorc files.
##
#Needs cleanup/extension?
syntax "conf" "\.c[o]?nf$"
2016-03-21 16:16:02 +00:00
## Possible errors and parameters
## Strings
color constant.string ""(\\.|[^"])*""
2016-03-21 16:16:02 +00:00
## Comments
color comment "^[[:space:]]*#.*$"
color comment "^[[:space:]]*##.*$"