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

Add support for PgSQL (PostgreSQL) syntax #75

Closed davidcelis closed 9 years ago

davidcelis commented 9 years ago

This adds support for highlighting the Postgres variant of SQL if the relevant Sublime Text package is installed.

Signed-off-by: David Celis me@davidcel.is

jonschlinkert commented 9 years ago

thanks!