]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/markdown.micro
Add quick start guide to help.md
[micro.git] / runtime / syntax / markdown.micro
index 3015cedb576a6935e9db5accd8fdfb61beeae7da..71c35ad1095e148bd13f7fa8111cec8f8580135f 100644 (file)
@@ -1,4 +1,4 @@
-syntax "Markdown" "\.(md|mkd|mkdn|markdown)$"
+syntax "markdown" "\.(md|mkd|mkdn|markdown)$"
 
 # Tables (Github extension)
 color type ".*[ :]\|[ :].*"
@@ -40,6 +40,5 @@ color underlined "https?://[^ )>]+"
 # code
 color special   "`.*?`|^ {4}[^-+*].*"
 # code blocks
-# color yellow (s) "^```[^$].*?^```$"
 color special "^```$"