mirror of
https://github.com/atom/atom.git
synced 2026-02-14 00:25:08 -05:00
_ and - both considered non word characters. Fixes #82
Maybe @defunkt wanted the reverse though (consider _ and - word characters)? Either way, it's a config option you can change now.
This commit is contained in:
@@ -19,7 +19,7 @@ class Editor extends View
|
||||
autosave: false
|
||||
autoIndent: true
|
||||
autoIndentOnPaste: false
|
||||
nonWordCharacters: "./\()\"’-:,.;<>~!@#$%^&*|+=[]{}`~?"
|
||||
nonWordCharacters: "./\()\"’-_:,.;<>~!@#$%^&*|+=[]{}`~?"
|
||||
|
||||
@content: (params) ->
|
||||
@div class: @classes(params), tabindex: -1, =>
|
||||
|
||||
Reference in New Issue
Block a user