Merge pull request #162 from mickaobrien/master

Update word regex for spellcheck
This commit is contained in:
James Allen 2015-03-24 10:14:23 +00:00
commit bf86100500

View file

@ -171,7 +171,7 @@ define [
positions = []
for line, row in lines
if !linesToProcess? or linesToProcess[row]
wordRegex = /\\?['a-zA-Z\u00C0-\u00FF]+/g
wordRegex = /\\?['a-zA-Z\u00C0-\u017F]+/g
while (result = wordRegex.exec(line))
word = result[0]
if word[0] == "'"