mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-09 03:54:46 +08:00
Follow changes in the default runtime files
These removed syntaxes are included in [runtime files update][1].
[1]: 06fe74aef7 (diff-613ff34c5d60e41a3fc93fcb58277143)
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
syn keyword cssFontProp all
|
|
||||||
syn keyword cssCommonAttr contained initial unset
|
|
||||||
|
|||||||
@@ -1,3 +1,2 @@
|
|||||||
syn keyword cssFontAttr contained contents discard
|
syn keyword cssFontAttr contained contents discard
|
||||||
syn match cssFontAttr contained "\<flow\(-root\)\=\>"
|
|
||||||
syn match cssBoxAttr contained "\<ruby\(-\(base\(-group\)\=\|text\(-group\)\=\)\)\=\>"
|
syn match cssBoxAttr contained "\<ruby\(-\(base\(-group\)\=\|text\(-group\)\=\)\)\=\>"
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
syn match cssFontProp contained "\<grid-template\>"
|
|
||||||
syn keyword cssFontAttr contained dense span
|
syn keyword cssFontAttr contained dense span
|
||||||
syn match cssFontAttr contained "\<auto-flow\>"
|
syn match cssFontAttr contained "\<auto-flow\>"
|
||||||
syn match cssValueNumber contained "[01]\(.\d\+\)\=fr"
|
|
||||||
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(minmax\|repeat\)\s*(" end=")" oneline keepend
|
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(minmax\|repeat\)\s*(" end=")" oneline keepend
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
syn keyword cssTextProp contained hyphens
|
|
||||||
syn match cssTextProp contained "\<line-break\>"
|
|
||||||
syn match cssTextProp contained "\<overflow-wrap\>"
|
|
||||||
syn match cssTextProp contained "\<tab-size\>"
|
syn match cssTextProp contained "\<tab-size\>"
|
||||||
syn match cssTextProp contained "\<text-align-all\>"
|
syn match cssTextProp contained "\<text-align-all\>"
|
||||||
syn keyword cssTextAttr contained manual loose strict hanging anywhere
|
syn keyword cssTextAttr contained loose strict hanging anywhere
|
||||||
syn match cssTextAttr contained "\<match-parent\>"
|
syn match cssTextAttr contained "\<match-parent\>"
|
||||||
syn match cssTextAttr contained "\<each-line\>"
|
syn match cssTextAttr contained "\<each-line\>"
|
||||||
syn match cssTextAttr contained "\<full-width\>"
|
syn match cssTextAttr contained "\<full-width\>"
|
||||||
|
|||||||
@@ -1,3 +1,2 @@
|
|||||||
syn match cssValueLength contained "[-+]\=\d\+\(\.\d*\)\=\(ch\|vw\|vh\|vmin\|vmax\|q\)"
|
syn match cssValueLength contained "[-+]\=\d\+\(\.\d*\)\=\(ch\|q\)"
|
||||||
syn match cssValueAngle contained "[-+]\=\d\+\(\.\d*\)\=turn"
|
syn match cssValueAngle contained "[-+]\=\d\+\(\.\d*\)\=turn"
|
||||||
syn region cssFunction contained matchgroup=cssFunctionName start="\<calc\s*(" end=")" oneline keepend
|
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
syn match cssFontProp contained "\<--[A-Za-z_][A-Za-z0-9_-]\+\>"
|
|
||||||
syn region cssFunction contained matchgroup=cssFunctionName start="\<var\s*(" end=")" oneline keepend
|
|
||||||
|
|||||||
@@ -72,9 +72,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cascade-3 {
|
.cascade-3 {
|
||||||
all: auto;
|
display: auto;
|
||||||
display: initial;
|
|
||||||
display: unset;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.cascade-4 {
|
.cascade-4 {
|
||||||
@@ -241,8 +239,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.display-3 {
|
.display-3 {
|
||||||
display: flow;
|
|
||||||
display: flow-root;
|
|
||||||
display: contents;
|
display: contents;
|
||||||
display: ruby;
|
display: ruby;
|
||||||
display: ruby-base;
|
display: ruby-base;
|
||||||
@@ -410,10 +406,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.grid-1 {
|
.grid-1 {
|
||||||
grid-template: auto;
|
|
||||||
display: minmax(0, 1);
|
display: minmax(0, 1);
|
||||||
display: repeat(4);
|
display: repeat(4);
|
||||||
display: 0.2fr;
|
|
||||||
display: dense;
|
display: dense;
|
||||||
display: auto-flow;
|
display: auto-flow;
|
||||||
display: span;
|
display: span;
|
||||||
@@ -968,12 +962,8 @@ view {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.text-3 {
|
.text-3 {
|
||||||
hyphens: auto;
|
|
||||||
line-break: auto;
|
|
||||||
overflow-wrap: auto;
|
|
||||||
tab-size: auto;
|
tab-size: auto;
|
||||||
text-align-all: auto;
|
text-align-all: auto;
|
||||||
display: manual;
|
|
||||||
display: loose;
|
display: loose;
|
||||||
display: strict;
|
display: strict;
|
||||||
display: match-parent;
|
display: match-parent;
|
||||||
@@ -1091,12 +1081,8 @@ view {
|
|||||||
|
|
||||||
.values-3 {
|
.values-3 {
|
||||||
display: 1ch;
|
display: 1ch;
|
||||||
display: 1vw;
|
|
||||||
display: 1vh;
|
|
||||||
display: 1vmin;
|
|
||||||
display: 1q;
|
display: 1q;
|
||||||
display: 1turn;
|
display: 1turn;
|
||||||
display: calc(100%/3 - 2*1em - 2*1px);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.values-4 {
|
.values-4 {
|
||||||
@@ -1113,8 +1099,7 @@ view {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.variables-1 {
|
.variables-1 {
|
||||||
--var-foo: auto;
|
display: auto;
|
||||||
display: var(foo);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.web-animations-1 {
|
.web-animations-1 {
|
||||||
|
|||||||
Reference in New Issue
Block a user