Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```