micro/runtime/syntax/conf.micro

12 lines
238 B
Text
Raw Normal View History

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