select * from (SELECT @row := @row + 1 as row1, t.* FROM cms_users t, (SELECT @row := 0) as r order by t.id) as n where n.row1 2
You need to save it in the Packages folder hierarchy for ST to pick it up - you can try Tools -> Developer - New Syntax, paste in the tmLanguage and save it in the folder ST recommends (Packages/User) as <packagefile>.tmLanguage , then Tools -> Developer -> New Syntax From <packagefile> .tmLanguage.
Comments
Post a Comment