X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=runtime%2Fsyntax%2Fmarkdown.micro;h=71c35ad1095e148bd13f7fa8111cec8f8580135f;hb=2e3c87b67deb4f9e61d494ae45664c275aabde3d;hp=3015cedb576a6935e9db5accd8fdfb61beeae7da;hpb=e2f25947cc37dfd6574a5396d28ce5e13d0618bc;p=micro.git diff --git a/runtime/syntax/markdown.micro b/runtime/syntax/markdown.micro index 3015cedb..71c35ad1 100644 --- a/runtime/syntax/markdown.micro +++ b/runtime/syntax/markdown.micro @@ -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 "^```$"