Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
*.tmLanguageまたは*.sublime-syntaxファイルの自動テストを作成することはできますか? それを行うためのベストプラクティスは何ですか?
*.tmLanguage
*.sublime-syntax
ファイルの作業中に即座にフィードバックが得られるので、おそらくプラグインで SublimeLinter を使用します。xmllintは で動作し*.tmLanguage、pyyamlは で動作し*.sublime-syntaxます。
個人的には、gruntfileを使用してパッケージをテストしていますが、SublimeLinter を使用するほど統合されていません。ただし、Travis CI などでは使用できます。