]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/conf.micro
Remove duplicate PKGBUILD filetype
[micro.git] / runtime / syntax / conf.micro
index 8b8515bb9a026ea4014ef17147ec680eb8d0cec8..b3b9c7615b26e28b34b5d1f18e994e5564875371 100644 (file)
@@ -1,11 +1,10 @@
 ## Here is an example for nanorc files.
 ##
-syntax "Conf" "\.c[o]?nf$"
+syntax "conf" "\.c[o]?nf$"
 ## Possible errors and parameters
 ## Strings
-color white (i) ""(\\.|[^"])*""
+color constant.string (i) ""(\\.|[^"])*""
 ## Comments
-color brightblue (i) "^[[:space:]]*#.*$"
-color cyan (i) "^[[:space:]]*##.*$"
-
+color comment (i) "^[[:space:]]*#.*$"
+color comment (i) "^[[:space:]]*##.*$"