shadowtime2000 / eta-vscode

A VSCode extension for the Eta templating language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eta-vscode

VSCode language support for the Eta templating engine.

Features

  • Syntax highlighting for Eta
  • Usage of delimiters inside of embedded Javascript (console.log("%>"))
  • Whitespace delimiting (- or _)
  • Raw tags (<%~)

Usage

Open settings.json Visual Studio Code configuration file and add this lines:

    "files.associations": {
      "*.eta": "eta"
    },
    "emmet.includeLanguages": {
      "eta": "eta"
    }

Release Notes

1.0.0

Initial release of this extension.

About

A VSCode extension for the Eta templating language

License:MIT License