Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nverno/tree-sitter-yasnippet
- Owner: nverno
- License: gpl-3.0
- Created: 2024-04-22T19:54:55.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-05-30T16:52:33.000Z (8 months ago)
- Last Synced: 2024-09-27T10:40:13.271Z (4 months ago)
- Topics: tree-sitter, yasnippet
- Language: C
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```