Open
Description
Currently, we have no SVG support:
- In HTML, SVG tags don't receive auto completion
- In CSS, SVG attributes don't receive auto completion
- Syntax highlighting are problematic for both SVG tags/attributes in HTML/CSS
- Emmet do not get SVG completions
However, with custom tag/property support in HTML/CSS, we should be able to trivially write a SVG package that describes the set of tags/attributes for SVG, and let HTML/CSS language services do the support work.