mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
Update inline-3.vim
https://www.w3.org/TR/2020/WD-css-inline-3-20200827/
This commit is contained in:
@@ -4,5 +4,5 @@ syn match cssFontProp contained "\<text-edge\>"
|
||||
syn match cssFontProp contained "\<leading-trim\>"
|
||||
syn match cssFontProp contained "\<inline-sizing\>"
|
||||
syn match cssFontProp contained "\<initial-letter\(-\(align\|wrap\)\)\=\>"
|
||||
syn keyword cssFontAttr contained mathematical leading cap ex raise sink
|
||||
syn keyword cssFontAttr contained central mathematical leading cap ex drop raise
|
||||
syn match cssFontAttr contained "\<ideographic\(-ink\)\=\>"
|
||||
|
||||
@@ -458,13 +458,14 @@ template {
|
||||
initial-letter-align: auto;
|
||||
initial-letter-wrap: auto;
|
||||
display: mathematical;
|
||||
display: central;
|
||||
display: ideographic;
|
||||
display: leading;
|
||||
display: cap;
|
||||
display: ex;
|
||||
display: ideographic-ink;
|
||||
display: drop;
|
||||
display: raise;
|
||||
display: sink;
|
||||
}
|
||||
|
||||
.layout-api-1 {
|
||||
|
||||
Reference in New Issue
Block a user