micro/runtime/syntax/conf.micro
2016-09-03 13:00:05 -04:00

11 lines
247 B
Text

## Here is an example for nanorc files.
##
syntax "conf" "\.c[o]?nf$"
## Possible errors and parameters
## Strings
color constant.string (i) ""(\\.|[^"])*""
## Comments
color comment (i) "^[[:space:]]*#.*$"
color comment (i) "^[[:space:]]*##.*$"