mirror of
https://github.com/atom/atom.git
synced 2026-02-06 20:55:33 -05:00
Rename wordSeparators to nonWordCharacters
This commit is contained in:
@@ -19,8 +19,7 @@ class Editor extends View
|
||||
autosave: false
|
||||
autoIndent: true
|
||||
autoIndentOnPaste: false
|
||||
wordRegex: /(\w+)|([^\w\n]+)/g
|
||||
wordSeparators: "./\()\"’-:,.;<>~!@#$%^&*|+=[]{}`~?"
|
||||
nonWordCharacters: "./\()\"’-:,.;<>~!@#$%^&*|+=[]{}`~?"
|
||||
|
||||
@content: (params) ->
|
||||
@div class: @classes(params), tabindex: -1, =>
|
||||
|
||||
Reference in New Issue
Block a user