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 等一起使用。