]> git.lizzy.rs Git - micro.git/blob - syntax_files/conf.micro
Proper window resize handling
[micro.git] / syntax_files / 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 white (i) ""(\\.|[^"])*""
7 ## Comments
8 color brightblue (i) "^[[:space:]]*#.*$"
9 color cyan (i) "^[[:space:]]*##.*$"
10
11