mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Add editor.nonWordCharacters to editor config panel
This commit is contained in:
committed by
Corey Johnson & Kevin Sawicki
parent
58add85f09
commit
027bada7d5
@@ -31,3 +31,7 @@ class EditorConfigPanel extends ConfigPanel
|
||||
@div class: 'row', =>
|
||||
@label for: 'editor.showInvisibles', "Show Invisible Characters:"
|
||||
@input id: 'editor.showInvisibles', type: 'checkbox'
|
||||
|
||||
@div class: 'row', =>
|
||||
@label for: 'editor.nonWordCharacters', "Non-Word Characters:"
|
||||
@input id: 'editor.nonWordCharacters', size: 50
|
||||
|
||||
Reference in New Issue
Block a user