|
6 | 6 | { "trigger": "background\tglobals key", "contents": "\"background\": \"$1\"," }, |
7 | 7 | { "trigger": "bracket_contents_foreground\tglobals key", "contents": "\"bracket_contents_foreground\": \"$1\"," }, |
8 | 8 | { "trigger": "bracket_contents_options\tglobals key", "contents": "\"bracket_contents_options\": \"$1\"," }, |
9 | | - { "trigger": "brackets_options\tglobals key", "contents": "\"brackets_options\": \"$1\"," }, |
10 | 9 | { "trigger": "brackets_foreground\tglobals key", "contents": "\"brackets_foreground\": \"$1\"," }, |
| 10 | + { "trigger": "brackets_options\tglobals key", "contents": "\"brackets_options\": \"$1\"," }, |
11 | 11 | { "trigger": "caret\tglobals key", "contents": "\"caret\": \"$1\"," }, |
12 | 12 | { "trigger": "find_highlight\tglobals key", "contents": "\"find_highlight\": \"$1\"," }, |
13 | 13 | { "trigger": "find_highlight_foreground\tglobals key", "contents": "\"find_highlight_foreground\": \"$1\"," }, |
|
30 | 30 | { "trigger": "rulers\tglobals key", "contents": "\"rulers\": \"$1\"," }, |
31 | 31 | { "trigger": "selection\tglobals key", "contents": "\"selection\": \"$1\"," }, |
32 | 32 | { "trigger": "selection_border\tglobals key", "contents": "\"selection_border\": \"$1\"," }, |
| 33 | + { "trigger": "selection_border_width\tglobals key", "contents": "\"selection_border_width\": \"${1:1}\"," }, |
33 | 34 | { "trigger": "selection_corner_radius\tglobals key", "contents": "\"selection_corner_radius\": \"${1:2}\"," }, |
34 | 35 | { "trigger": "selection_corner_style\tglobals key", "contents": "\"selection_corner_style\": \"${1:round}\"," }, |
35 | | - { "trigger": "selection_border_width\tglobals key", "contents": "\"selection_border_width\": \"${1:1}\"," }, |
36 | 36 | { "trigger": "shadow\tglobals key", "contents": "\"shadow\": \"$1\"," }, |
37 | 37 | { "trigger": "shadow_width\tglobals key", "contents": "\"shadow_width\": \"$1\"," }, |
38 | 38 | { "trigger": "stack_guide\tglobals key", "contents": "\"stack_guide\": \"$1\"," }, |
39 | | - { "trigger": "tags_options\tglobals key", "contents": "\"tags_options\": \"$1\"," }, |
40 | 39 | { "trigger": "tags_foreground\tglobals key", "contents": "\"tags_foreground\": \"$1\"," }, |
| 40 | + { "trigger": "tags_options\tglobals key", "contents": "\"tags_options\": \"$1\"," }, |
41 | 41 | ] |
42 | 42 | } |
0 commit comments