aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAmaan Qureshi <amaanq12@gmail.com>2023-03-02 08:06:23 -0500
committerAmaan Qureshi <amaanq12@gmail.com>2023-03-05 17:15:32 -0500
commit3a82b58745c668eb9a456eb061455b1ef497710e (patch)
tree05d00b0bca87f31be328642eb744ad699666128d /CONTRIBUTING.md
parentfeat: add `@string.documentation` where applicable (diff)
downloadnvim-treesitter-3a82b58745c668eb9a456eb061455b1ef497710e.tar
nvim-treesitter-3a82b58745c668eb9a456eb061455b1ef497710e.tar.gz
nvim-treesitter-3a82b58745c668eb9a456eb061455b1ef497710e.tar.bz2
nvim-treesitter-3a82b58745c668eb9a456eb061455b1ef497710e.tar.lz
nvim-treesitter-3a82b58745c668eb9a456eb061455b1ef497710e.tar.xz
nvim-treesitter-3a82b58745c668eb9a456eb061455b1ef497710e.tar.zst
nvim-treesitter-3a82b58745c668eb9a456eb061455b1ef497710e.zip
docs: add `@comment.documentation`
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c972da7e0..cea14ac53 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -89,12 +89,13 @@ effect on highlighting. We will work on improving highlighting in the near futur
#### Misc
```scheme
-@comment ; line and block comments
-@error ; syntax/parser errors
-@none ; completely disable the highlight
-@preproc ; various preprocessor directives & shebangs
-@define ; preprocessor definition directives
-@operator ; symbolic operators (e.g. `+` / `*`)
+@comment ; line and block comments
+@comment.documentation ; comments documenting code
+@error ; syntax/parser errors
+@none ; completely disable the highlight
+@preproc ; various preprocessor directives & shebangs
+@define ; preprocessor definition directives
+@operator ; symbolic operators (e.g. `+` / `*`)
```
#### Punctuation