]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/conf.micro
Added some SCSS keywords for the css/scss highlighting
[micro.git] / runtime / syntax / conf.micro
index 03b5d905ac5b82d1c47888c53119a60a7e46cc4d..b3b9c7615b26e28b34b5d1f18e994e5564875371 100644 (file)
@@ -3,8 +3,8 @@
 syntax "conf" "\.c[o]?nf$"
 ## Possible errors and parameters
 ## Strings
-white (i) ""(\\.|[^"])*""
+color constant.string (i) ""(\\.|[^"])*""
 ## Comments
-brightblue (i) "^[[:space:]]*#.*$"
-cyan (i) "^[[:space:]]*##.*$"
+color comment (i) "^[[:space:]]*#.*$"
+color comment (i) "^[[:space:]]*##.*$"