Merge pull request #194 from kjbrum/kb-svg

Add SVG language extension
This commit is contained in:
Valerii Iatsko 2018-10-14 10:31:10 +02:00 committed by GitHub
commit 4a39396fec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,6 +117,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
- [Slack](#slack)
- [SmoothType](#smoothtype)
- [Spotify](#spotify)
- [SVG](#svg)
- [SVG Viewer](#svg-viewer)
- [Text Marker (Highlighter)](#text-marker-highlighter)
- [Themes](#themes)
@ -768,6 +769,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you
![vscode-spotify](https://media.giphy.com/media/3ohhwMgeIj1MhEdBJe/giphy.gif)
## [SVG](https://marketplace.visualstudio.com/items?itemName=jock.svg)
> A Powerful SVG Language Support Extension(beta). Almost all the features you need to handle SVG.
![SVG](https://raw.githubusercontent.com/lishu/vscode-svg/master/images/f1.png)
## [SVG Viewer](https://marketplace.visualstudio.com/items?itemName=cssho.vscode-svgviewer)
> View an SVG in the editor and export it as data URI scheme or PNG.