Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>LitNew to Visual Studio Code? Get it now.
Lit

Lit

egordorichev

|
7,744 installs
| (0) | Free
Syntax highlighting for lit
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Lit syntax highlighting support for Visual Studio Code

Syntax support for Lit.

Instalation

Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.

ext install egordorichev.lit-lang

For best results, add the following section to your settings.json:

"editor.tokenColorCustomizations": {
	"textMateRules": [
		{
			"scope": "constant.character.interpolation.lit",
			"settings": { "foreground": "#fff" }
		},
		{
			"scope": "comment.expected.lit",
			"settings": { "foreground": "#1e6f50" }
		}
	]
},

You can also view the package on VS Market Place.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft