Skip to content

Commit 9be8366

Browse files
committed
Removes $ from word_separators Fixes #457
Prevents '$' from breaking completions. Also allows proper word selections when variables contain `$` within them.
1 parent 7709dd3 commit 9be8366

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TypeScript.sublime-settings

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"auto_complete_triggers" : [ {"selector": "source.ts", "characters": "."} ],
3-
"use_tab_stops": false
3+
"use_tab_stops": false,
4+
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?"
45
}

0 commit comments

Comments
 (0)