File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1621
1621
)
1622
1622
(?![\\ w-])
1623
1623
'''
1624
- ' name' : ' support.type.property-name.css'
1624
+ ' name' : ' meta.property-name.css support.type.property-name.css'
1625
1625
}
1626
1626
{
1627
1627
' match' : ' (?<![\\ w-])(?i:-(?:ah|apple|atsc|epub|hp|khtml|moz|ms|o|rim|ro|tc|wap|webkit|xv)|(?:mso|prince))-[a-zA-Z-]+'
1628
- ' name' : ' support.type.vendored.property-name.css'
1628
+ ' name' : ' meta.property-name.css support.type.vendored.property-name.css'
1629
1629
}
1630
1630
]
1631
1631
' property-values' :
1751
1751
'''
1752
1752
' name' : ' variable.css'
1753
1753
}
1754
+ {
1755
+ ' include' : ' #property-names'
1756
+ }
1754
1757
{
1755
1758
' include' : ' #selector'
1756
1759
}
1757
1760
{
1758
1761
' begin' : ' (?<![-a-zA-Z])(?=[-a-zA-Z])'
1759
1762
' end' : ' $|(?![-a-zA-Z])'
1760
1763
' name' : ' meta.property-name.css'
1761
- ' patterns' : [
1762
- {
1763
- ' include' : ' #property-names'
1764
- }
1765
- ]
1766
1764
}
1767
1765
{
1768
1766
' begin' : ' (:)\\ s*'
You can’t perform that action at this time.
0 commit comments