You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
The child combinator is used to restrict scope match in path to immediate children, much like > in CSS.
Describe alternatives you've considered
Being specific enough in the grammar and selector to target immediate children, but that assumes:
a. control over the grammar and
b. a scope selector that's amenable to this.
Additional context
Might be adopting these helpers for MSFT engineers in the VS Code ecosystem?
The text was updated successfully, but these errors were encountered:
Summary
Support the child operator/combinator for scopes in Textmate scope selectors.
https://macromates.com/textmate/manual/references#scope-selector
Motivation
The child combinator is used to restrict
scope
match inpath
to immediate children, much like>
in CSS.Describe alternatives you've considered
Being specific enough in the grammar and selector to target immediate children, but that assumes:
a. control over the grammar and
b. a scope selector that's amenable to this.
Additional context
Might be adopting these helpers for MSFT engineers in the VS Code ecosystem?
The text was updated successfully, but these errors were encountered: