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

Problem with Java 8 "Object::new" #65

Closed jeremychone closed 9 years ago

jeremychone commented 9 years ago

Someone, doing a "::new" notation on something like "Object::new" breaks the code block. Not sure if it comes from this extension or of the java syntax parser.

Object::new
jonschlinkert commented 9 years ago

hmm, good to know. I'll look into it and see if I can find something causing it

jonschlinkert commented 9 years ago

I did reproduce this issue, but I think it's a problem with the java syntax highlighter. the bash highlighter has similar issues. Closing for now but we can reopen if needed