Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shadowtime2000/eta-vscode

A VSCode extension for the Eta templating language
https://github.com/shadowtime2000/eta-vscode

eta eta-vscode template template-engine templates visual-studio vscode vscode-extension vscode-language

Last synced: 3 months ago
JSON representation

A VSCode extension for the Eta templating language

Awesome Lists containing this project

README

        

# eta-vscode

> VSCode language support for the Eta templating engine.

[![](https://img.shields.io/visual-studio-marketplace/d/shadowtime2000.eta-vscode)](https://marketplace.visualstudio.com/items?itemName=shadowtime2000.eta-vscode)

## 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:
```json
"files.associations": {
"*.eta": "eta"
},
"emmet.includeLanguages": {
"eta": "eta"
}
```

## Release Notes

### 1.0.0

Initial release of this extension.