diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2022-01-19 12:57:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-19 12:57:55 +0100 |
| commit | 45d384eb3b6476c558f29a3b8b58c0bbad803279 (patch) | |
| tree | efa5c87bd198bef573c4bf1e6f905d1b2df92459 /CONTRIBUTING.md | |
| parent | Update README (diff) | |
| download | nvim-treesitter-45d384eb3b6476c558f29a3b8b58c0bbad803279.tar nvim-treesitter-45d384eb3b6476c558f29a3b8b58c0bbad803279.tar.gz nvim-treesitter-45d384eb3b6476c558f29a3b8b58c0bbad803279.tar.bz2 nvim-treesitter-45d384eb3b6476c558f29a3b8b58c0bbad803279.tar.lz nvim-treesitter-45d384eb3b6476c558f29a3b8b58c0bbad803279.tar.xz nvim-treesitter-45d384eb3b6476c558f29a3b8b58c0bbad803279.tar.zst nvim-treesitter-45d384eb3b6476c558f29a3b8b58c0bbad803279.zip | |
docs(CONTRIBUTING.md): mention Neovim's tree-sitter Matrix channel (#2294)
As suggested here:
https://github.com/nvim-treesitter/nvim-treesitter/pull/2288#issuecomment-1015163267
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index edc1c4dba..89dea31f2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,10 +2,11 @@ First of all, thank you very much for contributing to `nvim-treesitter`. -If you haven't already, you should really come and reach out to us on our [zulip] +If you haven't already, you should really come and reach out to us on our [Zulip] server, so we can help you with any question you might have! +There is also a [Matrix channel] for tree-sitter support in Neovim. -As you know, `nvim-treesitter` is roughly split in two parts : +As you know, `nvim-treesitter` is roughly split in two parts: - Parser configurations : for various things like `locals`, `highlights` - What we like to call *modules* : tiny lua modules that provide a given feature, based on parser configurations @@ -39,7 +40,7 @@ Thus far, there is basically two types of modules: In any case, you can build your own module ! To help you started in the process, we have a template repository designed to build new modules [here](https://github.com/nvim-treesitter/module-template). Feel free to use it, and contact us over on our -[zulip]. +[Zulip] or on the "Neovim tree-sitter" [Matrix channel]. ## Parser configurations @@ -274,4 +275,5 @@ the node describing the language and `@content` to describe the injection region @ignore ; Skip this node when calculating the indentation level ``` -[zulip]: nvim-treesitter.zulipchat.com +[Zulip]: nvim-treesitter.zulipchat.com +[Matrix channel]: https://matrix.to/#/#nvim-treesitter:matrix.org |
