How does one tinker with Sublime Text 3's syntax definition files?
Previously there used to be, I think, .tmLanguage
or .sublime-syntax
files that when opened would be in something readable (like XML/YAML).
I've only been able to find anything relating to syntax as .sublime-package files here:
C:\Program Files\Sublime Text 3\Packages
...and they open like this:
I'm wanting to add some keywords/function names that the SQL syntax highlighting file seems to be missing, but can't a file I can work with.
I'm sure I've done this with a VB syntax file a few years ago and it was a readable file.