diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2023-01-07 01:51:17 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2023-01-11 21:17:08 +0100 |
| commit | afe4e94f1a61a582b9a499c4390477ce973eaf3d (patch) | |
| tree | 34a416e5a6812c16fe01bf19e3ec9cb68fd83ad7 /CONTRIBUTING.md | |
| parent | highlights(haskell): function and variable bindings (diff) | |
| download | nvim-treesitter-afe4e94f1a61a582b9a499c4390477ce973eaf3d.tar nvim-treesitter-afe4e94f1a61a582b9a499c4390477ce973eaf3d.tar.gz nvim-treesitter-afe4e94f1a61a582b9a499c4390477ce973eaf3d.tar.bz2 nvim-treesitter-afe4e94f1a61a582b9a499c4390477ce973eaf3d.tar.lz nvim-treesitter-afe4e94f1a61a582b9a499c4390477ce973eaf3d.tar.xz nvim-treesitter-afe4e94f1a61a582b9a499c4390477ce973eaf3d.tar.zst nvim-treesitter-afe4e94f1a61a582b9a499c4390477ce973eaf3d.zip | |
docs: remove remaining references to Zulip
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9e104f252..123d23595 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,9 +2,8 @@ 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] -server, so we can help you with any question you might have! -There is also a [Matrix channel] for tree-sitter support in Neovim. +If you haven't already, you should really come and reach out to us on our +[Matrix channel], so we can help you with any question you might have! As you know, `nvim-treesitter` is roughly split in two parts: @@ -37,10 +36,10 @@ Thus far, there is basically two types of modules: - Bigger modules (like `completion-treesitter`, or `nvim-tree-docs`), or modules that integrate with other plugins, that we call `remote modules`. -In any case, you can build your own module ! To help you started in the process, we have a template +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] or on the "Neovim tree-sitter" [Matrix channel]. +on the "Neovim tree-sitter" [Matrix channel]. ## Parser configurations @@ -58,7 +57,7 @@ For now these are the types of queries used by `nvim-treesitter`: - `injections.scm`: used to define injections. For these types there is a *norm* you will have to follow so that features work fine. -Here are some global advices : +Here are some global advices: - If your language is listed [here](https://github.com/nvim-treesitter/nvim-treesitter#supported-languages), you can install the [playground plugin](https://github.com/nvim-treesitter/playground). @@ -322,5 +321,4 @@ the node describing the language and `@content` to describe the injection region @zero_indent ; sets this node at position 0 (no indent) ``` -[Zulip]: https://nvim-treesitter.zulipchat.com [Matrix channel]: https://matrix.to/#/#nvim-treesitter:matrix.org |
