We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549b370 commit f1351a9Copy full SHA for f1351a9
1 file changed
grammars/css.cson
@@ -1698,9 +1698,6 @@
1698
{
1699
'include': '#font-features'
1700
}
1701
- {'include':'selector'}
1702
- {'include':'at-rules'}
1703
- {'include':'rule-list'}
1704
1705
# Custom properties
1706
'match': '''(?x) (?<![\\w-])
@@ -1745,6 +1742,9 @@
1745
1742
'match': ';'
1746
1743
'name': 'punctuation.terminator.rule.css'
1747
1744
+ {'include':'#selector'}
+ {'include':'#at-rules'}
+ {'include':'#rule-list'}
1748
]
1749
'selector':
1750
'begin': '''(?x)
0 commit comments