SublimeText / PackageDev

Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
MIT License
436 stars 83 forks source link

correctly handle indentation keywords in the syntax test header #293

Closed keith-hall closed 4 years ago

keith-hall commented 4 years ago

support for this was added in Sublime Text build 4069. Without this change, syntax test files that also test indentation were not being detected by PackageDev's syntax test helper plugin. With this change, we don't do anything with the information that indentation is also being tested (except store it in the SyntaxTestHeader), but it allows the plugin to operate normally.