Automated testing for tmLanguage and sublime-syntax files? -


is possible create automated tests *.tmlanguage or *.sublime-syntax file? best practices doing that?

i'd use sublimelinter plugins, since instant feedback while working on file. xmllint works *.tmlanguage, , pyyaml *.sublime-syntax.

personally, i'm using gruntfile test packages, that's not integrated using sublimelinter. however, can used travis ci , likes.


Comments

Popular posts from this blog

c++ - list<myClass<int> * > sort -

c - Defining floating point constants, how many digits are useful? -

C# Apple Bonjour - how to monitor service records within Windows -