-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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`.
- Loading branch information
Showing
3 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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\)\>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
syn match cssFontAttr contained "\<sideways-\(rl\|lr\)\>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters