mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 10:44:23 +08:00
1
after/syntax/css/env-1.vim
Normal file
1
after/syntax/css/env-1.vim
Normal file
@@ -0,0 +1 @@
|
||||
syn region cssFunction contained matchgroup=cssFunctionName start="\<env\s*(" end=")" oneline contains=cssValueInteger,cssValueNumber,cssValueLength,cssFunctionComma
|
||||
@@ -391,6 +391,10 @@
|
||||
display: linear(0, 0.25, 1);
|
||||
}
|
||||
|
||||
.env-1 {
|
||||
display: env(foo, red, blue);
|
||||
}
|
||||
|
||||
.exclusions-3 {
|
||||
wrap-flow: auto;
|
||||
wrap-through: auto;
|
||||
|
||||
Reference in New Issue
Block a user