felixfbecker / node-sql-template-strings

ES6 tagged template strings for prepared SQL statements 📋
ISC License
610 stars 40 forks source link

Syntax highlighting for Sublime Text #50

Closed Amoki closed 7 years ago

Amoki commented 7 years ago

I heavily use SQL-Template-Strings in my code and the lack of SQL syntax highlighting bothered me. I created a sublime-syntax derived from the default Sublime JS syntax that allow SQL highlighting.

image

You can find it here: javascript-sql-sublime-syntax

felixfbecker commented 7 years ago

Want to add this to the readme?

Amoki commented 7 years ago

Sorry for the delay but feel free to do it !