mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-03-16 09:54:57 +08:00
Add css-grid-2.vim
This new syntax file is for CSS Grid Layout Module Level 2. See also: https://www.w3.org/TR/2018/WD-css-grid-2-20180206/
This commit is contained in:
1
after/syntax/css/css-grid-2.vim
Normal file
1
after/syntax/css/css-grid-2.vim
Normal file
@@ -0,0 +1 @@
|
|||||||
|
syn keyword cssFontAttr contained subgrid
|
||||||
@@ -374,6 +374,10 @@
|
|||||||
grid-area: auto;
|
grid-area: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.grid-2 {
|
||||||
|
display: subgrid;
|
||||||
|
}
|
||||||
|
|
||||||
.images-3 {
|
.images-3 {
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
object-position: cover;
|
object-position: cover;
|
||||||
|
|||||||
Reference in New Issue
Block a user