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
Post a Comment