]> git.lizzy.rs Git - micro.git/blob - runtime/syntax/conf.micro
Add quick start guide to help.md
[micro.git] / runtime / syntax / conf.micro
1 ## Here is an example for nanorc files.
2 ##
3 syntax "conf" "\.c[o]?nf$"
4 ## Possible errors and parameters
5 ## Strings
6 color constant.string (i) ""(\\.|[^"])*""
7 ## Comments
8 color comment (i) "^[[:space:]]*#.*$"
9 color comment (i) "^[[:space:]]*##.*$"
10