mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 10:44:23 +08:00
Update inline-3.vim
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
syn keyword cssFontProp contained dominant-baseline alignment-baseline baseline-shift baseline-source text-box-edge text-box-trim inline-sizing initial-letter initial-letter-align initial-letter-wrap
|
||||
syn keyword cssFontAttr contained central mathematical leading cap ex drop raise ideographic ideographic-ink
|
||||
syn keyword cssFontProp contained dominant-baseline alignment-baseline baseline-shift baseline-source line-fit-edge text-box text-box-edge text-box-trim inline-sizing initial-letter initial-letter-align initial-letter-wrap
|
||||
syn keyword cssFontAttr contained central mathematical leading cap ex drop raise ideographic ideographic-ink trim-start trim-end
|
||||
|
||||
@@ -538,6 +538,8 @@ template {
|
||||
alignment-baseline: auto;
|
||||
baseline-source: auto;
|
||||
baseline-shift: auto;
|
||||
line-fit-edge: auto;
|
||||
text-box: auto;
|
||||
text-box-edge: auto;
|
||||
text-box-trim: auto;
|
||||
inline-sizing: auto;
|
||||
@@ -553,6 +555,9 @@ template {
|
||||
display: ideographic-ink;
|
||||
display: drop;
|
||||
display: raise;
|
||||
display: trim-start;
|
||||
display: trim-end;
|
||||
display: trim-both;
|
||||
}
|
||||
|
||||
.layout-api-1 {
|
||||
|
||||
Reference in New Issue
Block a user