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

[ST4] Add new context keys. #315

Merged
merged 2 commits into from
Nov 28, 2020
Merged
Changes from 1 commit
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
Next Next commit
Add new context keys.
This commit adds new context keys that have been introduced in the
various ST4 builds.
  • Loading branch information
UltraInstinct05 committed Nov 17, 2020
commit 51bfd3f3fe62f4fdef571b02dfb06033d1e93ba9
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,35 @@
"details": "Match the scope at the end of the line",
"kind": ["variable", "k", "key"],
},
{
"trigger": "overlay_has_focus",
"details": "Overlay has focus",
"kind": ["variable", "k", "key"],
},
{
"trigger": "overlay_name",
"details": "Name of the overlay open",
"kind": ["variable", "k", "key"],
},
{
"trigger": "group_has_multiselect",
"details": "Group has multiselected tabs",
"kind": ["variable", "k", "key"],
},
{
"trigger": "group_has_transient_sheet",
"details": "Group has a transient sheet",
"kind": ["variable", "k", "key"],
},
{
"trigger": "has_snippet",
"details": "Word before cursor expands to a snippet",
"kind": ["variable", "k", "key"],
},
{
"trigger": "is_javadoc",
// "details": "TODO",
"kind": ["variable", "k", "key"],
}
]
}