SublimeLaTeXWordCount
SublimeLaTeXWordCount copied to clipboard
Fixed #22 (take 2)
@faaizajaz could you do us a biggie and try this code in your version?
Interesting. Looks like the package runs, but it isn't using LaTeX syntax for counting. "No custom support for LaTeX...treating file as plain text."
Hmmm I guess that means the regex compiles but doesn't match..could you type the following into the SublimeText console and tell us your exact version?
import sys
print(sys.version)
Yup.
2.6.5 (r265:79096, Mar 19 2010, 18:02:59) [MSC v.1500 64 bit (AMD64)]
Using the default build system for ST2