]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/haskell.micro
Update docs and add some comments
[micro.git] / runtime / syntax / haskell.micro
index 4982b9b5147cb1f446df478efaf8d760df7be07a..8c6bdf0e4fb828708ed1288ed62c3deca4203651 100644 (file)
@@ -1,4 +1,4 @@
-syntax "Haskell" "\.hs$"
+syntax "haskell" "\.hs$"
 
 ## Keywords
 color red "[ ](as|case|of|class|data|default|deriving|do|forall|foreign|hiding|if|then|else|import|infix|infixl|infixr|instance|let|in|mdo|module|newtype|qualified|type|where)[ ]"
@@ -26,7 +26,6 @@ color yellow ""[^\"]*""
 
 ## Comments
 color green "--.*"
-color green (s) "\{-.*?-\}"
+color green start="\{-" end="-\}"
 
 color brightred "undefined"
-