jonschlinkert / sublime-markdown-extended

Top 100 Sublime Text plugin! Markdown syntax highlighter for Sublime Text, with extended support for GFM fenced code blocks, with language-specific syntax highlighting. YAML Front Matter. Works with ST2/ST3. Goes great with Assemble.
https://github.com/jonschlinkert
MIT License
659 stars 96 forks source link

How to support HTML comment? #92

Closed airysoar closed 8 years ago

airysoar commented 9 years ago

I use in markdown-extended,and just show Plain Text color。But I use in markdown,The Color will show comment color。

jonschlinkert commented 9 years ago

screen shot 2015-06-05 at 9 39 31 am

^^^ code comment

I haven't had any problems on mac or windows on a few different boxes/setups. It's probably either a different package causing an issue, or you're not actually using this package (meaning even if it's installed, sometimes ST will use the default markdown highlighting. make sure it's markdown-extended)

airysoar commented 9 years ago

Thank you.

airysoar commented 9 years ago

try to uninstall sublimetext,only install markdown-extended and monokai-extended,still not working. ps:on windows 7. image

image

jonschlinkert commented 9 years ago

strange, I wonder what would cause that.... do you have any HTML packages installed in ST?

airysoar commented 9 years ago

@jonschlinkert no.I uninstall sublimetext,and delete all my config.only install markdown-extended and monokai-extended.

donlelek commented 9 years ago

@jonschlinkert same here OSX 10.10.3 & ST3 monokai-extended installed

EivindArvesen commented 9 years ago

@jonschlinkert I'm having the same problem on OS X 10.10.5

baurigae commented 8 years ago

I am using ST3 build 3083 on Ubuntu 15.04 and embedded HTML is not syntax-highlighed at all in Markdown Extended - with Monokai Extended or any other colorscheme. It's a fresh install of the editor, I have no HTML addons.