I have created an action to run syntax tests for .sublime-syntax
files. Check it out below:
Usage example in PackageDev:
How it looks like when failures are encountered:
I have created an action to run syntax tests for .sublime-syntax
files. Check it out below:
Usage example in PackageDev:
How it looks like when failures are encountered:
I’m developing a new syntax plugin, and this is a big help! As the number of tests expand, it’s great to know that I’ll be able to catch any regressions at the PR stage. Thanks very much for your work on this.