-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bugSomething isn't workingSomething isn't workingsyntaxSomething related with syntaxSomething related with syntax
Description
It seems like this subsyntax fails to match for nested scss.
<subsyntax name="scss">
<cut-off>
<expression>(?=</(?i:style)\b)</expression>
</cut-off>
</subsyntax>
here is an example from a .sass
file of nested selectors highlighting correctly
here is the most basic pathological example in a .vue
file:
I tried changing the subsyntax
to a subscopes
but either I dont know how to correctly make changes to installed plugins or this doesn't fix the problem.
<subscopes repeat="true">
<include syntax="scss" />
</subscopes>
peterkos
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingsyntaxSomething related with syntaxSomething related with syntax