mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-01-23 17:41:48 +08:00
Add svg2.vim
With inline SVG, some SVG elements and attributes appear in CSS. So I need to support it. SVG attributes that can be used in CSS are defined in [presentational attributes][1]. All SVG elements can appear. [1]: http://www.w3.org/TR/SVG2/styling.html#PresentationAttributes
This commit is contained in:
@@ -65,5 +65,6 @@ syn include @htmlCss syntax/css/pointerevents.vim
|
||||
syn include @htmlCss syntax/css/selectors-nonelement-1.vim
|
||||
syn include @htmlCss syntax/css/selectors.vim
|
||||
syn include @htmlCss syntax/css/selectors4.vim
|
||||
syn include @htmlCss syntax/css/svg2.vim
|
||||
syn include @htmlCss syntax/css/web-animations-1.vim
|
||||
syn include @htmlCss syntax/css/worklets-1.vim
|
||||
|
||||
Reference in New Issue
Block a user