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

hsml

HSML Lab

|
1 install
| (0) | Free
hsml support for Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CI License: MIT Donate: PayPal

vscode-hsml

HSML language support for Visual Studio Code.

Still early — tracking hsml as it stabilizes.

Features

  • Syntax highlighting for .hsml files
  • Comment toggling (// line comments)
  • Bracket matching and auto-closing pairs

HSML syntax at a glance

// Tags (div is the default when only class/id is used)
h1 Hello World
.container
  .card Hello

// Classes and IDs
h1#title.text-red.font-bold Hello

// Attributes
img(src="/photo.jpg" alt="A photo")
a(href="https://example.com" target="_blank") Link

// Multiline attributes
button(
  @click="handleClick"
  :disabled="loading"
  class="btn btn-primary"
) Submit

// Vue directives work as-is
div(v-if="show")
  ul
    li(v-for="item in items" :key="item.id") {{ item.name }}

For the full syntax reference, see the HSML documentation.

License

MIT

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