Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gbprod/tree-sitter-twig
Twig grammar for Tree-sitter
https://github.com/gbprod/tree-sitter-twig
grammar tree-sitter twig
Last synced: 2 months ago
JSON representation
Twig grammar for Tree-sitter
- Host: GitHub
- URL: https://github.com/gbprod/tree-sitter-twig
- Owner: gbprod
- License: wtfpl
- Created: 2022-09-08T07:20:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T16:30:57.000Z (7 months ago)
- Last Synced: 2024-06-21T14:14:25.508Z (7 months ago)
- Topics: grammar, tree-sitter, twig
- Language: JavaScript
- Homepage: https://gb-prod.fr/tree-sitter-twig/
- Size: 926 KB
- Stars: 37
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# tree-sitter-twig
[Twig](https://twig.symfony.com/) grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).
[![Build/test](https://github.com/gbprod/tree-sitter-twig/actions/workflows/ci.yml/badge.svg)](https://github.com/gbprod/tree-sitter-twig/actions/workflows/ci.yml)
## Installation
### Neovim
Grammar is available with [`nvim-treesitter`](https://github.com/nvim-treesitter/nvim-treesitter).
```vim
:TSInstall twig
```