Compare commits

..

6 Commits

Author SHA1 Message Date
Kyo Nagashima
f8a7f80019 0.26.0 2017-12-12 13:15:29 +09:00
Kyo Nagashima
aed0768408 Add css-writing-modes-4.vim
This syntax is for new spec WD-css-writing-modes-4-20171207.

See also: http://www.w3.org/TR/2017/WD-css-writing-modes-4-20171207/

This commit also removes deferred properties and values from
`css-writing-modes-3.vim`.
2017-12-08 12:11:01 +09:00
Kyo Nagashima
f52a441267 Follow changes in CR-css-color-3-20171205
No changes, see also: http://www.w3.org/TR/2017/CR-css-color-3-20171205/
2017-12-06 09:42:58 +09:00
Kyo Nagashima
1ea88056c1 Follow changes in WD-css-transitions-1-20171130
No changes, see also: http://www.w3.org/TR/2017/WD-css-transitions-1-20171130/
2017-12-01 14:29:01 +09:00
Kyo Nagashima
f622f42d14 Follow changes in WD-css-transforms-1-20171130
No changes, see also: http://www.w3.org/TR/2017/WD-css-transforms-1-20171130/
2017-12-01 14:27:19 +09:00
Kyo Nagashima
f638e6c30b Follow changes in WD-css-animations-1-20171130
No changes, see also: http://www.w3.org/TR/2017/WD-css-animations-1-20171130/
2017-12-01 14:26:34 +09:00
7 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,3 @@
" TODO: create cssAnimationsProp group and cssAnimationsAttr group
syn match cssFontProp contained "\<animation\(-\(name\|duration\|timing-function\|iteration-count\|direction\|play-state\|delay\|fill-mode\)\)\=\>"
syn keyword cssFontAttr contained forwards backwards running paused
syn match cssFontAttr contained "\<alternate-reverse\>"

View File

@@ -1,4 +1,3 @@
" TODO: create cssTransformsProp group and cssTransformsAttr group
syn match cssFontProp contained "\<backface-visibility\>"
syn match cssFontProp contained "\<perspective\(-origin\)\=\>"
syn match cssFontProp contained "\<transform\(-\(origin\|style\)\)\=\>"

View File

@@ -1,4 +1,3 @@
" TODO: create cssTransitionsProp group and cssTransitionsAttr group
syn match cssFontProp contained "\<transition\(-\(property\|duration\|timing-function\|delay\)\)\=\>"
syn keyword cssFontAttr contained linear
syn match cssFontAttr contained "\<ease\(-\(in\|out\|in-out\)\)\=\>"

View File

@@ -1,8 +1,7 @@
syn match cssFontProp contained "\<writing-mode\>"
syn match cssFontProp contained "\<text-\(orientation\|combine-upright\)\>"
syn match cssFontProp contained "\<glyph-orientation-vertical\>"
syn keyword cssFontAttr contained before after mixed upright plaintext
syn match cssFontAttr contained "\<sideways\(-rl\|-lr\)\=\>"
syn keyword cssFontAttr contained before after mixed upright plaintext sideways
syn match cssFontAttr contained "\<isolate\(-override\)\=\>"
syn match cssFontAttr contained "\<horizontal-tb\>"
syn match cssFontAttr contained "\<vertical-\(rl\|lr\)\>"

View File

@@ -0,0 +1 @@
syn match cssFontAttr contained "\<sideways-\(rl\|lr\)\>"

View File

@@ -889,8 +889,6 @@
glyph-orientation-vertical: upright;
display: plaintext;
display: sideways;
display: sideways-rl;
display: sideways-lr;
display: isolate;
display: isolate-override;
display: horizontal-tb;
@@ -898,6 +896,11 @@
display: vertical-lr;
}
.writing-modes-4 {
display: sideways-rl;
display: sideways-lr;
}
.html5,
picture,
rb,