Skip to content

Commit b5dbe13

Browse files
vrugtehagelargyleink
authored andcommitted
Rename and actually add the new property to be included
1 parent f762fdd commit b5dbe13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CSS3.sublime-syntax

+2-1
Original file line numberDiff line numberDiff line change
@@ -3659,6 +3659,7 @@ contexts:
36593659

36603660
# Properties with names that are two or more words are given a higher
36613661
# precedence because they are less likely to mismatch.
3662+
- include: property-accent-color
36623663
- include: property-align-content
36633664
- include: property-align-items
36643665
- include: property-align-self
@@ -4083,7 +4084,7 @@ contexts:
40834084
- include: identifier
40844085

40854086
# CSS Basic User Interface Module Level 4
4086-
property-color:
4087+
property-accent-color:
40874088
- match: \b(accent-color)\s*(:)
40884089
captures:
40894090
1: support.type.property-name.css

0 commit comments

Comments
 (0)