Skip to content

Commit 17624f5

Browse files
committed
1 parent cd2dc6b commit 17624f5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

after/syntax/css/easing-2.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
syn region cssFunction contained matchgroup=cssFunctionName start="\<linear\s*(" end=")" oneline contains=cssValueInteger,cssValueNumber,cssValueLength,cssFunctionComma

test/test.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,10 @@
336336
display: auto;
337337
}
338338

339+
.easing-2 {
340+
display: linear(0, 0.25, 1);
341+
}
342+
339343
.exclusions-3 {
340344
wrap-flow: auto;
341345
wrap-through: auto;

0 commit comments

Comments
 (0)