Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Themes: Update completions for ST 4095+ #323

Merged
merged 3 commits into from
Jan 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -399,14 +399,6 @@
"trigger": "annotation_close_button",
"kind": ["snippet", "e", "Element"],
},
{
"trigger": "auto_complete_description_label",
"kind": ["snippet", "e", "Element"],
},
{
"trigger": "auto_complete_detail_pane",
"kind": ["snippet", "e", "Element"],
},

// overlay_control specializations
{
Expand Down Expand Up @@ -471,5 +463,55 @@
"trigger": "kind_container kind_variable",
"kind": ["snippet", "k", "kind type"],
},
{
"trigger": "kind_container kind_color_redish",
"kind": ["snippet", "k", "kind color"],
"details": "<code>redish</code> quick panel symbols",
},
{
"trigger": "kind_container kind_color_orangish",
"kind": ["snippet", "k", "kind color"],
"details": "<code>orangish</code> quick panel symbols",
},
{
"trigger": "kind_container kind_color_yellowish",
"kind": ["snippet", "k", "kind color"],
"details": "<code>yellowish</code> quick panel symbols",
},
{
"trigger": "kind_container kind_color_greenish",
"kind": ["snippet", "k", "kind color"],
"details": "<code>greenish</code> quick panel symbols",
},
{
"trigger": "kind_container kind_color_cyanish",
"kind": ["snippet", "k", "kind color"],
"details": "<code>cyanish</code> quick panel symbols",
},
{
"trigger": "kind_container kind_color_bluish",
"kind": ["snippet", "k", "kind color"],
"details": "<code>bluish</code> quick panel symbols",
},
{
"trigger": "kind_container kind_color_purplish",
"kind": ["snippet", "k", "kind color"],
"details": "<code>purplish</code> quick panel symbols",
},
{
"trigger": "kind_container kind_color_pinkish",
"kind": ["snippet", "k", "kind color"],
"details": "<code>pinkish</code> quick panel symbols",
},
{
"trigger": "kind_container kind_color_dark",
"kind": ["snippet", "k", "kind color"],
"details": "<code>dark</code> quick panel symbols",
},
{
"trigger": "kind_container kind_color_light",
"kind": ["snippet", "k", "kind color"],
"details": "<code>light</code> quick panel symbols",
},
]
}