Skip to content

Commit

Permalink
Add transition-behavior property
Browse files Browse the repository at this point in the history
  • Loading branch information
vrugtehagel committed May 25, 2024
1 parent b0876df commit a27aeda
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CSS3.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -10380,6 +10380,20 @@ contexts:
- include: single-transition
- include: stray-paren-or-semicolon

# CSS Transitions
property-transition-behavior:
- match: \b(transition-behavior)\s*(:)
captures:
1: support.type.property-name.css
2: punctuation.separator.key-value.css
push:
- meta_content_scope: meta.property-value.transition-behavior.css
- include: end-value
- include: value-css-wide
- match: '\b(?:allow-discrete|normal){{b}}'
scope: support.constant.property-value.css
- include: stray-paren-or-semicolon

# CSS Transitions
property-transition-delay:
- match: \b(transition-delay)\s*(:)
Expand Down

0 comments on commit a27aeda

Please sign in to comment.