We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727b684 commit 5262743Copy full SHA for 5262743
Default.sublime-keymap
@@ -39,7 +39,7 @@
39
},
40
// r#" will expand to r#""#
41
// Additional # characters will be duplicated on both sides.
42
- { "keys": ["\""], "command": "insert_snippet", "args": {"contents": "\"$0\"${TM_CURRENT_WORD/[^#]/$1/}"}, "context":
+ { "keys": ["\""], "command": "insert_snippet", "args": {"contents": "\"$0\"${TM_CURRENT_WORD/[^#]+/$1/}"}, "context":
43
[
44
{ "key": "setting.auto_match_enabled", "operator": "equal", "operand": true },
45
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
0 commit comments