Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nvim-treesitter/module-template

A repository template to create you own nvim-treesitter module !
https://github.com/nvim-treesitter/module-template

nvim-treesitter

Last synced: about 2 months ago
JSON representation

A repository template to create you own nvim-treesitter module !

Awesome Lists containing this project

README

        

**Nvim-treesitter modules are deprecated and will be removed; new tree-sitter based plugins should be standalone.**

# module-template
A repository template to create you own nvim-treesitter module !

Please find below the list of things you will need to do to get going !

# TODO (for you)
After using this template, you will need to :
- [ ] Rename every from `example-module` to the actual name of your module
- [ ] Maybe rename the queries.
- [ ] Send us a message here : [![Gitter](https://badges.gitter.im/nvim-treesitter/community.svg)](https://gitter.im/nvim-treesitter/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
- [ ] Code your module !