]> git.lizzy.rs Git - micro.git/blob - runtime/syntax/conf.micro
Update docs and add some comments
[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 white (i) ""(\\.|[^"])*""
7 ## Comments
8 brightblue (i) "^[[:space:]]*#.*$"
9 cyan (i) "^[[:space:]]*##.*$"
10