Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>SVG Language Mode IDNew to Visual Studio Code? Get it now.
SVG Language Mode ID

SVG Language Mode ID

Ideas On Purpose

|
1 install
| (0) | Free
A language identifier for SVG with basic syntax highlighting
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SVG Language Support

Version 0.0.1

A barebones language definition for Scalable Vector Graphics (SVG) files, so VS Code identifies them as SVG with syntax highlighting. This enables preferences and extensions to recognize and operate on language mode.

{
  "[svg]": {
    "editor.tabSize": 2
  },
  "[php]": {
    "editor.insertSpaces": true,
    "editor.tabSize": 4
  }
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft