micro/runtime/syntax/conf.micro

11 lines
247 B
Text
Raw Normal View History

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