Files
zyedidia.micro/runtime/syntax/conf.micro
2016-03-22 18:17:11 -04:00

12 lines
238 B
Plaintext

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