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

Ulka

Roshan

|
234 installs
| (1) | Free
Syntax highlighter and Formatter for .ulka files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Vscode Ulka

Syntax highlighter and Formatter for .ulka files.

Features

  • Highlight html in .ulka files.
  • Highlight js inside ulka block.
  • Highlight html inside template literals.
  • Highlight frontmatter yaml.
  • Format html and ulka block.

Settings

  • Add emmet support

    {
      "emmet.includeLanguages": {
        "ulka": "html"
      }
    }
    
  • Icon

    • material-icon-theme
      {
        "material-icon-theme.files.associations": {
          "*.ulka": "html"
        }
      }
      
    • vscode-icons
      {
        "vsicons.associations.files": [
          { "icon": "html", "extensions": ["ulka"], "format": "svg" }
        ]
      }
      

Screenshot

screenshot

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