SVG support in HTML/CSS files using plain JSON files.
- HTML support: microsoft/vscode#62976
- CSS support: microsoft/vscode#64164
The data are pulled from:
- SVG 2 spec and GitHub
- MDN SVG reference
- mdn/browser-compat-data
- Open this folder in VS Code 1.31+
- Try editing the test.html or test.css files. You should get SVG tags and attributes in HTML files, and SVG specific CSS properties in CSS files.
- Look into the
contributes
section ofpackage.json
. You can package this project into an extension withvsce
. Alternatively, you can download the pre-packaged versions from releases.
MIT