Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Minze (VSC)New to Visual Studio Code? Get it now.
Minze (VSC)

Minze (VSC)

sergejcodes

|
3 installs
| (0) | Free
Language support for Minze.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Minze support for Visual Studio Code

🍃 Not sure what Minze is? Look it up at minze.dev!

Language support for Minze.

Features

  • HTML/CSS Syntax Highlighting
  • Code Snippets

Syntax Highlighting

The Minze VS Code extension comes bundled with snippets for auto-completion. It also adds auto-highlighting to class methods defined as arrow functions starting with html and css keyword. Additionally you can manually prefix any template literals with /*html*/ to highlight HTML code inside them, or /*css*/ to highlight CSS code.

Example

import { MinzeElement } from Minze

class MyElement extends MinzeElement {
  // auto
  html = () => `<div></div>`
  css = () => `:host {}`

  // auto
  htmlTemplate = () => `<div></div>`
  cssTemplate = () => `:host {}`

  // manual
  htmlCode = /*html*/ `<div></div>`
  cssCode = /*css*/ `:host {}`
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft