Skip to content

Commit 0992031

Browse files
committed
1 parent 0d6d49c commit 0992031

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

after/syntax/css/env-1.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="\<env\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
@@ -391,6 +391,10 @@
391391
display: linear(0, 0.25, 1);
392392
}
393393

394+
.env-1 {
395+
display: env(foo, red, blue);
396+
}
397+
394398
.exclusions-3 {
395399
wrap-flow: auto;
396400
wrap-through: auto;

0 commit comments

Comments
 (0)