Skip to content

Commit 21d3bcc

Browse files
authored
typo fix for subscript snippet (#1534)
1 parent 45376f1 commit 21d3bcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Default (Linux).sublime-keymap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ LaTeX Package keymap for Linux
460460
{ "keys": ["shift+super+down"], "command": "insert_snippet", "args": {"contents": "_{$1}$0"},
461461
"context":
462462
[
463-
{"key": "selector", "operator": "equal", "operand": "ttext.tex.latex meta.environment.math"},
463+
{"key": "selector", "operator": "equal", "operand": "text.tex.latex meta.environment.math"},
464464
{ "key": "setting.auto_match_enabled", "operator": "equal", "operand": true },
465465
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true }
466466
]

0 commit comments

Comments
 (0)