+2

SQL missing functions

James Brooks 13 years ago updated by bizoo 13 years ago 1
The SQL language file (for at least the MySQL language) is missing several functions:
Else, When, End, Case, Then
You probably better:
1. Try to find a Textmate bundle for it (Have you tried https://github.com/Kieren/sql-mysql.tmlanguage ?)
2. Update SQL.tmLanguage yourself, is not very difficult (take a look at http://sublimetext.info/docs/ )

than waiting for an update.
Coding a great editor is a totally different task than creating language syntax definition.