lishu / vscode-svg2

A vscode svg langauge support extension
MIT License
200 stars 10 forks source link

Added a, mask and tspan SVG elements #143

Closed lsegurado closed 1 year ago

lsegurado commented 1 year ago

Added the following SVG Elements:

a mask tspan

lishu commented 1 year ago

This file is used to add SVG support to the vscode HTML language service, so you should not include standard tags such as <a>.

At the same time, this file is generated by a script in the build/ directory, and I will adjust the generated script to add missing content.

Thank you for your contribution.