mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
editor.wordRegex is now a config option.
This commit is contained in:
committed by
Corey Johnson
parent
1303e58a87
commit
1d2fa089e5
@@ -19,6 +19,7 @@ class Editor extends View
|
||||
autosave: false
|
||||
autoIndent: true
|
||||
autoIndentOnPaste: false
|
||||
wordRegex: /(\w+)|([^\w\n]+)/g
|
||||
|
||||
@content: (params) ->
|
||||
@div class: @classes(params), tabindex: -1, =>
|
||||
|
||||
Reference in New Issue
Block a user