Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
remove & and @ from nonWordCharacters
Browse files Browse the repository at this point in the history
  • Loading branch information
leroix committed Dec 20, 2017
1 parent ba51ee6 commit 5b7a435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/language-sass.cson
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

'.source.sass, .source.css.scss':
'editor':
'nonWordCharacters': '/\\()"\':,.;<>~!@#$%^&*|+=[]{}`?…'
'nonWordCharacters': '/\\()"\':,.;<>~!#%^&*|+=[]{}`?…'
'commentStart': '// '
'autocomplete':
'symbols':
Expand Down

0 comments on commit 5b7a435

Please sign in to comment.