micro/runtime/syntax/conf.micro

11 lines
219 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
2016-03-25 23:41:36 +03:00
white (i) ""(\\.|[^"])*""
2016-03-21 19:16:02 +03:00
## Comments
2016-03-25 23:41:36 +03:00
brightblue (i) "^[[:space:]]*#.*$"
cyan (i) "^[[:space:]]*##.*$"