mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
Add css-layout-api-1.vim
This syntax file is for CSS Layout API Level 1. See also: https://www.w3.org/TR/css-layout-api-1/
This commit is contained in:
1
after/syntax/css/css-layout-api-1.vim
Normal file
1
after/syntax/css/css-layout-api-1.vim
Normal file
@@ -0,0 +1 @@
|
||||
" N/A
|
||||
@@ -402,6 +402,10 @@
|
||||
initial-letter-wrap: auto;
|
||||
}
|
||||
|
||||
.layout-api-1 {
|
||||
display: auto;
|
||||
}
|
||||
|
||||
.line-grid-1 {
|
||||
line-grid: create;
|
||||
line-snap: block-start;
|
||||
|
||||
Reference in New Issue
Block a user