aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorThomas Vigouroux <thomas.vigouroux@protonmail.com>2022-01-18 08:20:25 +0100
committerStephan Seitz <stephan.seitz@fau.de>2022-01-18 09:22:10 +0100
commit82916a9d57747e5cddcebf3da0260bed63b1b758 (patch)
treea6fcb10fc08c29ed8e5ecc6ddfbeeba565b23f52 /CONTRIBUTING.md
parenthighlights(php): detect constructor calls on instantiation (diff)
downloadnvim-treesitter-82916a9d57747e5cddcebf3da0260bed63b1b758.tar
nvim-treesitter-82916a9d57747e5cddcebf3da0260bed63b1b758.tar.gz
nvim-treesitter-82916a9d57747e5cddcebf3da0260bed63b1b758.tar.bz2
nvim-treesitter-82916a9d57747e5cddcebf3da0260bed63b1b758.tar.lz
nvim-treesitter-82916a9d57747e5cddcebf3da0260bed63b1b758.tar.xz
nvim-treesitter-82916a9d57747e5cddcebf3da0260bed63b1b758.tar.zst
nvim-treesitter-82916a9d57747e5cddcebf3da0260bed63b1b758.zip
docs: refresh CONTRIBUTING.md
- Mention Zulip instead of Gitter - Use query filetype instead of scheme
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 46cbd56db..edc1c4dba 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -2,8 +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 [gitter](https://gitter.im/nvim-treesitter/community?utm_source=share-link&utm_medium=link&utm_campaign=share-link)
-room, so we can help you with any question you might have!
+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!
As you know, `nvim-treesitter` is roughly split in two parts :
@@ -39,7 +39,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
-[gitter](https://gitter.im/nvim-treesitter/community?utm_source=share-link&utm_medium=link&utm_campaign=share-link).
+[zulip].
## Parser configurations
@@ -73,7 +73,7 @@ If your language is an extension of a language (TypeScript is an extension of Ja
example), you can include the queries from your base language by adding the following _as the first
line of your file_.
-```scheme
+```query
; inherits: lang1,(optionallang)
```
@@ -226,7 +226,7 @@ function doSomething() {}
doSomething(); // Should point to the declaration as the definition
```
-```scheme
+```query
(function_declaration
((identifier) @definition.var)
(#set! "definition.var.scope" "parent"))
@@ -273,3 +273,5 @@ the node describing the language and `@content` to describe the injection region
@return ; Dedent when matching this node
@ignore ; Skip this node when calculating the indentation level
```
+
+[zulip]: nvim-treesitter.zulipchat.com