https://github.com/uncenter/tree-sitter-tera
⛩️ Tree-sitter grammar for the Tera templating language.
https://github.com/uncenter/tree-sitter-tera
helix neovim tera tree-sitter
Last synced: 8 months ago
JSON representation
⛩️ Tree-sitter grammar for the Tera templating language.
- Host: GitHub
- URL: https://github.com/uncenter/tree-sitter-tera
- Owner: uncenter
- License: mit
- Created: 2024-10-17T16:33:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-16T12:51:57.000Z (about 1 year ago)
- Last Synced: 2025-04-30T06:48:11.447Z (about 1 year ago)
- Topics: helix, neovim, tera, tree-sitter
- Language: JavaScript
- Homepage:
- Size: 1.48 MB
- Stars: 16
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tree-sitter-tera
[Tree-sitter](https://tree-sitter.github.io/tree-sitter/) grammar and syntax highlight queries for the [Tera](https://keats.github.io/tera/) templating language.
> [!TIP]
> See also Tera extensions for other editors:
> - Visual Studio Code: [uncenter/vscode-tera](https://github.com/uncenter/vscode-tera)
> - Zed: [uncenter/zed-tera](https://github.com/uncenter/zed-tera)
> - Sublime Text: [MuntasirSZN/sublime-tera](https://github.com/MuntasirSZN/sublime-tera)
## Usage
### Neovim
> [!IMPORTANT]
> Requires Neovim v0.11 or later.
Install the grammar by running the following command inside Neovim:
```
:TSInstall tera
```
### Helix
As of Helix v25.07, Tera language support is included out of the box.
## License
[MIT](LICENSE)