Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nverno/tree-sitter-yasnippet

Tree-sitter parser for Yasnippet snippets
https://github.com/nverno/tree-sitter-yasnippet

tree-sitter yasnippet

Last synced: 4 months ago
JSON representation

Tree-sitter parser for Yasnippet snippets

Awesome Lists containing this project

README

        

tree-sitter-yasnippet
================

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

[Yasnippet](https://joaotavora.github.io/yasnippet/index.html) grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).

### Building

To create the shared library, `parser/yasnippet.so`, run

```shell
make
```

### Development

Install dependencies
```shell
make install
```

Run tree-sitter playground in browser

```shell
make run
```