Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days ago
JSON representation
A repository template to create you own nvim-treesitter module !
- Host: GitHub
- URL: https://github.com/nvim-treesitter/module-template
- Owner: nvim-treesitter
- License: apache-2.0
- Archived: true
- Created: 2020-07-08T07:15:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T11:27:11.000Z (10 months ago)
- Last Synced: 2024-04-14T01:50:47.231Z (7 months ago)
- Topics: nvim-treesitter
- Language: Lua
- Size: 7.81 KB
- Stars: 56
- Watchers: 3
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 !