diff --git a/src/app/editor-config-panel.coffee b/src/app/editor-config-panel.coffee index b0cbbde44..2660990bf 100644 --- a/src/app/editor-config-panel.coffee +++ b/src/app/editor-config-panel.coffee @@ -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