]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/xresources.micro
Add quick start guide to help.md
[micro.git] / runtime / syntax / xresources.micro
index 7e5c8b9e4d679a7d12476747c34e83044beccb26..a49cb3f830a6dc32f3e4c1b39be69358597f9f8f 100644 (file)
@@ -1,10 +1,10 @@
-syntax "Xresources" "X(defaults|resources)$"
+syntax "xresources" "X(defaults|resources)$"
 
 color green     "^[[:alnum:]]+\*"
 color brightyellow "\*[[:alnum:]]+\:"
-color blue   "\b[0-9]+\b"
+color blue   "\<[0-9]+\>"
 color red "[*:=]"
-color brightcyan "\b(true|false)\b"
+color brightcyan "\<(true|false)\>"
 color brightblack "(^|[[:space:]])#([^{].*)?$"
 color ,green "[[:space:]]+$"
 color ,red "   + +| +  +"