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
660 stars 96 forks source link

Pound sign/hashtag in text throwing off highlighting #171

Open scottslowe opened 6 years ago

scottslowe commented 6 years ago

Hi all, long-time user of Markdown Extended with Sublime Text here; thanks so much! It's been a life-saver.

I noticed something odd today on my macOS systems running ST3 build 3126. A pound sign/hashtag in the middle of a line is completely throwing off the syntax highlighting for Markdown documents. The odd thing is that this doesn't happen on my Linux box running ST3 build 3126. I tried updating to the latest version of Markdown Extended, but the behavior persists. This is not something I've ever seen before. I'm using Markdown Extended with the Monokai Extended color scheme. Any suggestions?

patrickwelker commented 6 years ago

Same syntax highlighting problem here with 3126 in El Capitan.

File with #:

File without #:

scottslowe commented 6 years ago

I can confirm that this bug also appears in ST3 build 3176 (3.1.1) on Linux.