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

Commit

Permalink
Merge pull request #412 from JesseSteele/master
Browse files Browse the repository at this point in the history
Adding '$' character for highlight-selected
  • Loading branch information
sadick254 authored Jan 29, 2021
2 parents 673d9e9 + 5b6b7df commit 1e3fa85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/language-php.cson
Original file line number Diff line number Diff line change
Expand Up @@ -3344,4 +3344,4 @@
'decreaseIndentPattern': '^(.*\\*/)?\\s*(}|(\\)+([;,]|\\s*{))|(\\]\\)*([;,]|$))|else:|((end(if|for(each)?|while|switch));))'
'.text.html.php':
'editor':
'nonWordCharacters': '/\\()"\':,.;<>~!@#%^&*|+=[]{}`?-'
'nonWordCharacters': '$/\\()"\':,.;<>~!@#%^&*|+=[]{}`?-'

0 comments on commit 1e3fa85

Please sign in to comment.