Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shadowtime2000/eta-vscode
- Owner: shadowtime2000
- License: mit
- Created: 2020-10-15T20:23:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T22:13:39.000Z (over 1 year ago)
- Last Synced: 2024-10-10T16:27:51.465Z (3 months ago)
- Topics: eta, eta-vscode, template, template-engine, templates, visual-studio, vscode, vscode-extension, vscode-language
- Homepage:
- Size: 18.6 KB
- Stars: 13
- Watchers: 2
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.