]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/reST.micro
adding hexidecimal numbers to the existing C syntax rules
[micro.git] / runtime / syntax / reST.micro
index 0677272c0e49af55e39bfb38a305576abae7fb88..4f6489fdac275a6578263a8f8a5d22da422671e1 100644 (file)
@@ -1,5 +1,5 @@
 ## For reST
-syntax "RST" "\.rest$" "\.rst$"
+syntax "rst" "\.rest$" "\.rst$"
 # italics
 #color magenta "\*[^*]\*"
 # bold
@@ -10,7 +10,7 @@ color brightred "::"
 color blue "`[^`]+`_{1,2}"
 # code
 color yellow "``[^`]+``"
-# directives or brightblacks
+# directives or comments
 color cyan "^\.\. .*$"
 # anon link targets
 color cyan "^__ .*$"