Skip to content

Commit 53aadd0

Browse files
committed
Sort completions lexicographically
1 parent a2d014a commit 53aadd0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Package/Sublime Text Color Scheme/Completions/Globals Keys (in-string).sublime-completions

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
{ "trigger": "background\tglobals key", "contents": "background" },
77
{ "trigger": "bracket_contents_foreground\tglobals key", "contents": "bracket_contents_foreground" },
88
{ "trigger": "bracket_contents_options\tglobals key", "contents": "bracket_contents_options" },
9-
{ "trigger": "brackets_options\tglobals key", "contents": "brackets_options" },
109
{ "trigger": "brackets_foreground\tglobals key", "contents": "brackets_foreground" },
10+
{ "trigger": "brackets_options\tglobals key", "contents": "brackets_options" },
1111
{ "trigger": "caret\tglobals key", "contents": "caret" },
1212
{ "trigger": "find_highlight\tglobals key", "contents": "find_highlight" },
1313
{ "trigger": "find_highlight_foreground\tglobals key", "contents": "find_highlight_foreground" },
@@ -30,13 +30,13 @@
3030
{ "trigger": "rulers\tglobals key", "contents": "rulers" },
3131
{ "trigger": "selection\tglobals key", "contents": "selection" },
3232
{ "trigger": "selection_border\tglobals key", "contents": "selection_border" },
33+
{ "trigger": "selection_border_width\tglobals key", "contents": "selection_border_width" },
3334
{ "trigger": "selection_corner_radius\tglobals key", "contents": "selection_corner_radius" },
3435
{ "trigger": "selection_corner_style\tglobals key", "contents": "selection_corner_style" },
35-
{ "trigger": "selection_border_width\tglobals key", "contents": "selection_border_width" },
3636
{ "trigger": "shadow\tglobals key", "contents": "shadow" },
3737
{ "trigger": "shadow_width\tglobals key", "contents": "shadow_width" },
3838
{ "trigger": "stack_guide\tglobals key", "contents": "stack_guide" },
39-
{ "trigger": "tags_options\tglobals key", "contents": "tags_options" },
4039
{ "trigger": "tags_foreground\tglobals key", "contents": "tags_foreground" },
40+
{ "trigger": "tags_options\tglobals key", "contents": "tags_options" },
4141
]
4242
}

Package/Sublime Text Color Scheme/Completions/Globals Keys.sublime-completions

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
{ "trigger": "background\tglobals key", "contents": "\"background\": \"$1\"," },
77
{ "trigger": "bracket_contents_foreground\tglobals key", "contents": "\"bracket_contents_foreground\": \"$1\"," },
88
{ "trigger": "bracket_contents_options\tglobals key", "contents": "\"bracket_contents_options\": \"$1\"," },
9-
{ "trigger": "brackets_options\tglobals key", "contents": "\"brackets_options\": \"$1\"," },
109
{ "trigger": "brackets_foreground\tglobals key", "contents": "\"brackets_foreground\": \"$1\"," },
10+
{ "trigger": "brackets_options\tglobals key", "contents": "\"brackets_options\": \"$1\"," },
1111
{ "trigger": "caret\tglobals key", "contents": "\"caret\": \"$1\"," },
1212
{ "trigger": "find_highlight\tglobals key", "contents": "\"find_highlight\": \"$1\"," },
1313
{ "trigger": "find_highlight_foreground\tglobals key", "contents": "\"find_highlight_foreground\": \"$1\"," },
@@ -30,13 +30,13 @@
3030
{ "trigger": "rulers\tglobals key", "contents": "\"rulers\": \"$1\"," },
3131
{ "trigger": "selection\tglobals key", "contents": "\"selection\": \"$1\"," },
3232
{ "trigger": "selection_border\tglobals key", "contents": "\"selection_border\": \"$1\"," },
33+
{ "trigger": "selection_border_width\tglobals key", "contents": "\"selection_border_width\": \"${1:1}\"," },
3334
{ "trigger": "selection_corner_radius\tglobals key", "contents": "\"selection_corner_radius\": \"${1:2}\"," },
3435
{ "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}\"," },
3636
{ "trigger": "shadow\tglobals key", "contents": "\"shadow\": \"$1\"," },
3737
{ "trigger": "shadow_width\tglobals key", "contents": "\"shadow_width\": \"$1\"," },
3838
{ "trigger": "stack_guide\tglobals key", "contents": "\"stack_guide\": \"$1\"," },
39-
{ "trigger": "tags_options\tglobals key", "contents": "\"tags_options\": \"$1\"," },
4039
{ "trigger": "tags_foreground\tglobals key", "contents": "\"tags_foreground\": \"$1\"," },
40+
{ "trigger": "tags_options\tglobals key", "contents": "\"tags_options\": \"$1\"," },
4141
]
4242
}

0 commit comments

Comments
 (0)