]> git.lizzy.rs Git - micro.git/blobdiff - syntax_files/conf.micro
Proper window resize handling
[micro.git] / syntax_files / conf.micro
index 9d4487db18d25e5b1e9e6f864781a9e8e9bc4c17..8b8515bb9a026ea4014ef17147ec680eb8d0cec8 100644 (file)
@@ -3,8 +3,9 @@
 syntax "Conf" "\.c[o]?nf$"
 ## Possible errors and parameters
 ## Strings
-white (i) ""(\\.|[^"])*""
+color white (i) ""(\\.|[^"])*""
 ## Comments
-brightblue (i) "^[[:space:]]*#.*$"
-cyan (i) "^[[:space:]]*##.*$"
+color brightblue (i) "^[[:space:]]*#.*$"
+color cyan (i) "^[[:space:]]*##.*$"
+