VSCode language support for the Eta templating engine.
- Syntax highlighting for Eta
- Usage of delimiters inside of embedded Javascript (
console.log("%>")
) - Whitespace delimiting (
-
or_
) - Raw tags (
<%~
)
Open settings.json
Visual Studio Code configuration file and add this lines:
"files.associations": {
"*.eta": "eta"
},
"emmet.includeLanguages": {
"eta": "eta"
}
Initial release of this extension.