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 -

SoapUI on windows 10 - high DPI/4K scaling issue -

java - why am i getting a "cannot resolve method" error on getApplication? -