mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +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 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
|
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;
|
alignment-baseline: auto;
|
||||||
baseline-source: auto;
|
baseline-source: auto;
|
||||||
baseline-shift: auto;
|
baseline-shift: auto;
|
||||||
|
line-fit-edge: auto;
|
||||||
|
text-box: auto;
|
||||||
text-box-edge: auto;
|
text-box-edge: auto;
|
||||||
text-box-trim: auto;
|
text-box-trim: auto;
|
||||||
inline-sizing: auto;
|
inline-sizing: auto;
|
||||||
@@ -553,6 +555,9 @@ template {
|
|||||||
display: ideographic-ink;
|
display: ideographic-ink;
|
||||||
display: drop;
|
display: drop;
|
||||||
display: raise;
|
display: raise;
|
||||||
|
display: trim-start;
|
||||||
|
display: trim-end;
|
||||||
|
display: trim-both;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-api-1 {
|
.layout-api-1 {
|
||||||
|
|||||||
Reference in New Issue
Block a user