Skip to content

ulkajs/vscode-ulka

Repository files navigation

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