nvim-treesitter/.github/PULL_REQUEST_TEMPLATE/new_language.md
Christian Clason e8bfe271b0 docs: update to rewrite
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.
2025-05-12 18:43:41 +02:00

1 KiB

Name of language

https://...

Representative code sample ``` max. 50 lines ```

Parser repo

https://github.com/...

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")

Screenshots of code sample