mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
This updates * README * CONTRIBUTING * the `:h nvim-treesitter` documentation to the current state of `main`. It also adds a pull request template for adding a new language.
1 KiB
1 KiB
Name of language
https://...
Representative code sample
``` max. 50 lines ```Parser repo
Parsed tree for code sample
``` paste output of tree-sitter parse or :InspectTree here ```Queries
Source of queries: https://github.com/... (or "written from scratch")