titoBouzout / WordCount

Real-time Word, Char, Line and Page counter, in the status-bar for the document, line or selection. Sublime Text
Other
291 stars 50 forks source link

Update WordCount Regular Expression (second attempt) #19

Closed proappsteam closed 11 years ago

proappsteam commented 11 years ago

After more time to consideration, I think this regular expression is better.

[edited title by tito]

titoBouzout commented 11 years ago

Please put to your pull request a descriptive title. Also, would help if you explain why do you think the regular expression is better, and also, put some examples, of both, the current one, and the proposed one. Please include different languages, because we are an international community.

jbrooksuk commented 11 years ago

Really we should add a few tests that can be ran against TravisCI automatically. I might investigate this later.

leegrey commented 11 years ago

Hi. I tried the regular expression, and it appears to resolve the original issue that I reported. Regular expressions are not my strong point, so thanks for coming up with it. I appreciate it. :)

titoBouzout commented 11 years ago

The package has been update, I think it works correctly now, counting words.