aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-03-03 15:50:48 +0100
committerChristian Clason <c.clason@uni-graz.at>2024-03-03 16:03:26 +0100
commit3d08cdd741ea02ab820406582f8ea0b1198e368d (patch)
treed89e6f659f5dab533e61cdc589773d34928ae928 /CONTRIBUTING.md
parentbot(readme): update (diff)
downloadnvim-treesitter-3d08cdd741ea02ab820406582f8ea0b1198e368d.tar
nvim-treesitter-3d08cdd741ea02ab820406582f8ea0b1198e368d.tar.gz
nvim-treesitter-3d08cdd741ea02ab820406582f8ea0b1198e368d.tar.bz2
nvim-treesitter-3d08cdd741ea02ab820406582f8ea0b1198e368d.tar.lz
nvim-treesitter-3d08cdd741ea02ab820406582f8ea0b1198e368d.tar.xz
nvim-treesitter-3d08cdd741ea02ab820406582f8ea0b1198e368d.tar.zst
nvim-treesitter-3d08cdd741ea02ab820406582f8ea0b1198e368d.zip
fix(comment): remove duplicate 'FIXME'
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9c2f4e033..9db53d688 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -197,10 +197,10 @@ As languages differ quite a lot, here is a set of captures available to you when
@comment ; line and block comments
@comment.documentation ; comments documenting code
-@comment.error ; error-type comments (e.g. `ERROR`, `FIXME`, `DEPRECATED:`)
-@comment.warning ; warning-type comments (e.g. `WARNING:`, `FIX:`, `HACK:`)
-@comment.todo ; todo-type comments (e.g. `TODO:`, `WIP:`, `FIXME:`)
-@comment.note ; note-type comments (e.g. `NOTE:`, `INFO:`, `XXX`)
+@comment.error ; error-type comments (e.g. `ERROR`, `FIXME`, `DEPRECATED`)
+@comment.warning ; warning-type comments (e.g. `WARNING`, `FIX`, `HACK`)
+@comment.todo ; todo-type comments (e.g. `TODO`, `WIP`)
+@comment.note ; note-type comments (e.g. `NOTE`, `INFO`, `XXX`)
```
#### Markup