Add easing-2.vim

https://www.w3.org/TR/2024/WD-css-easing-2-20240829/
This commit is contained in:
Kyo Nagashima
2024-08-30 07:32:21 +09:00
parent cd2dc6b9f7
commit 17624f5993
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1 @@
syn region cssFunction contained matchgroup=cssFunctionName start="\<linear\s*(" end=")" oneline contains=cssValueInteger,cssValueNumber,cssValueLength,cssFunctionComma

View File

@@ -336,6 +336,10 @@
display: auto;
}
.easing-2 {
display: linear(0, 0.25, 1);
}
.exclusions-3 {
wrap-flow: auto;
wrap-through: auto;