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

truncate sql statement not syntax highlighted #97

Open OpenCoderX opened 9 years ago

OpenCoderX commented 9 years ago
  truncate table tblTablename

does not highlight but,

  truncate table tblTablename
  select \* from test

highlights the second statement