Merge pull request #67 from hail2u/vim-8.1.1951

Follow changes in the default runtime files
This commit is contained in:
Kyo Nagashima
2020-02-13 12:41:16 +09:00
committed by GitHub
7 changed files with 4 additions and 30 deletions

View File

@@ -1,2 +0,0 @@
syn keyword cssFontProp all
syn keyword cssCommonAttr contained initial unset

View File

@@ -1,3 +1,2 @@
syn keyword cssFontAttr contained contents discard
syn match cssFontAttr contained "\<flow\(-root\)\=\>"
syn match cssBoxAttr contained "\<ruby\(-\(base\(-group\)\=\|text\(-group\)\=\)\)\=\>"

View File

@@ -1,5 +1,3 @@
syn match cssFontProp contained "\<grid-template\>"
syn keyword cssFontAttr contained dense span
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

View File

@@ -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 "\<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 "\<each-line\>"
syn match cssTextAttr contained "\<full-width\>"

View File

@@ -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 region cssFunction contained matchgroup=cssFunctionName start="\<calc\s*(" end=")" oneline keepend

View File

@@ -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

View File

@@ -72,9 +72,7 @@
}
.cascade-3 {
all: auto;
display: initial;
display: unset;
display: auto;
}
.cascade-4 {
@@ -241,8 +239,6 @@
}
.display-3 {
display: flow;
display: flow-root;
display: contents;
display: ruby;
display: ruby-base;
@@ -410,10 +406,8 @@
}
.grid-1 {
grid-template: auto;
display: minmax(0, 1);
display: repeat(4);
display: 0.2fr;
display: dense;
display: auto-flow;
display: span;
@@ -968,12 +962,8 @@ view {
}
.text-3 {
hyphens: auto;
line-break: auto;
overflow-wrap: auto;
tab-size: auto;
text-align-all: auto;
display: manual;
display: loose;
display: strict;
display: match-parent;
@@ -1091,12 +1081,8 @@ view {
.values-3 {
display: 1ch;
display: 1vw;
display: 1vh;
display: 1vmin;
display: 1q;
display: 1turn;
display: calc(100%/3 - 2*1em - 2*1px);
}
.values-4 {
@@ -1113,8 +1099,7 @@ view {
}
.variables-1 {
--var-foo: auto;
display: var(foo);
display: auto;
}
.web-animations-1 {