Closed deathaxe closed 7 years ago
Thanks for reporting, I've been able to replicate and will fix it when I get chance :)
I've added a fix for this to my open PR here: https://github.com/SublimeText/PackageDev/pull/101
I took the time to make the implementation more efficient while fixing this bug ;)
I get the following traceback output, when working in a file whose name starts with
syntax_test_
which does not (yet) contain any syntax test rules.I have such a file with 100k lines of code to just do performance benchmarks but no syntax tests itself. I guess the missing rules cause this exception.
Console output
dirty hack on line 102 to possibly solve it
Didn't check this issue thoroughly so here just a suggestion.