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