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

Commit 1e3fa85

Browse files
authored
Merge pull request #412 from JesseSteele/master
Adding '$' character for highlight-selected
2 parents 673d9e9 + 5b6b7df commit 1e3fa85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings/language-php.cson

+1-1
Original file line numberDiff line numberDiff line change
@@ -3344,4 +3344,4 @@
33443344
'decreaseIndentPattern': '^(.*\\*/)?\\s*(}|(\\)+([;,]|\\s*{))|(\\]\\)*([;,]|$))|else:|((end(if|for(each)?|while|switch));))'
33453345
'.text.html.php':
33463346
'editor':
3347-
'nonWordCharacters': '/\\()"\':,.;<>~!@#%^&*|+=[]{}`?-'
3347+
'nonWordCharacters': '$/\\()"\':,.;<>~!@#%^&*|+=[]{}`?-'

0 commit comments

Comments
 (0)