Files
zyedidia.micro/runtime/syntax/conf.micro
Zachary Yedidia 89886f10c7 Update conf.micro syntax file
Fixes #290
2016-09-03 13:00:05 -04:00

11 lines
247 B
Plaintext

## 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:]]*##.*$"