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

python - Setting ctypes.Structure default values -

Ansible - ERROR! the field 'hosts' is required but was not set -

java - HTTP Status 500 - No data type for node: org.hibernate.hql.internal.ast.tree.IdentNode -