Sublime Forum

SublimeText's python missing files?

#1

I’m developing a SublimeText plugin that uses python’s builtin “lib2to3” library parser, as seen here
The problem is that SublimeText’s python doesn’t contain the .txt files Grammar.txt and PatternGrammar.txt, which are relied on for the rest of the library. Is there a reason SublimeText doesn’t include these files and can anyone think of a workaround for this?

Thanks!

0 Likes

#2

include them as part of your plugin?

0 Likes