mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-04-26 04:34:11 +08:00
Follow changes in the default runtime files
These removed syntaxes are included in [runtime files update][1]. [1]: https://github.com/vim/vim/commit/06fe74aef72606ac34c9f494186e52614b8fb59a#diff-613ff34c5d60e41a3fc93fcb58277143
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user