- and _ are not considered word characters by default.

Fixes #297
This commit is contained in:
Corey Johnson
2013-02-21 13:41:05 -08:00
parent 2b002e0ef9
commit aa84256774

View File

@@ -19,7 +19,7 @@ class Editor extends View
autosave: false
autoIndent: true
autoIndentOnPaste: false
nonWordCharacters: "./\\()\"'-_:,.;<>~!@#$%^&*|+=[]{}`~?"
nonWordCharacters: "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?"
@nextEditorId: 1