]> git.lizzy.rs Git - micro.git/blobdiff - syntax_files/ocaml.micro
Proper window resize handling
[micro.git] / syntax_files / ocaml.micro
index 994c736ccf2d66a59ed65d4aafdf837a53e12d9e..40a4b89b0d223b37fde3b3e045a9f4c71327d2a1 100644 (file)
@@ -19,7 +19,8 @@ color green "\b(true|false)\b"
 color green "\b(include|inherit|initializer)\b"
 #expr modifiers
 color yellow "\b(new|ref|mutable|lazy|assert|raise)\b"
-#comments
-color white "(?s)\(\*.*?\*\)"
+#brightblacks
+color white (s) "\(\*.*?\*\)"
 #strings (no multiline handling yet)
 color brightblack ""[^\"]*""
+