Skip to content

Commit

Permalink
Rename and actually add the new property to be included
Browse files Browse the repository at this point in the history
  • Loading branch information
vrugtehagel authored and argyleink committed Sep 3, 2024
1 parent f762fdd commit b5dbe13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CSS3.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -3659,6 +3659,7 @@ contexts:

# Properties with names that are two or more words are given a higher
# precedence because they are less likely to mismatch.
- include: property-accent-color
- include: property-align-content
- include: property-align-items
- include: property-align-self
Expand Down Expand Up @@ -4083,7 +4084,7 @@ contexts:
- include: identifier

# CSS Basic User Interface Module Level 4
property-color:
property-accent-color:
- match: \b(accent-color)\s*(:)
captures:
1: support.type.property-name.css
Expand Down

0 comments on commit b5dbe13

Please sign in to comment.