Skip to content

Commit fa70ca1

Browse files
committed
Add #rule-list nesting
1 parent 75f6940 commit fa70ca1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/vscode-css/grammars/css.cson

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1686,6 +1686,9 @@
16861686
{
16871687
'include': '#rule-list-innards'
16881688
}
1689+
{
1690+
'include': '$self'
1691+
}
16891692
]
16901693
'rule-list-innards':
16911694
'patterns': [

0 commit comments

Comments
 (0)