mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 12:20:02 -04:00
docs: add @comment.documentation
This commit is contained in:
parent
95bcd6a8fa
commit
3a82b58745
1 changed files with 7 additions and 6 deletions
|
|
@ -90,6 +90,7 @@ effect on highlighting. We will work on improving highlighting in the near futur
|
||||||
|
|
||||||
```scheme
|
```scheme
|
||||||
@comment ; line and block comments
|
@comment ; line and block comments
|
||||||
|
@comment.documentation ; comments documenting code
|
||||||
@error ; syntax/parser errors
|
@error ; syntax/parser errors
|
||||||
@none ; completely disable the highlight
|
@none ; completely disable the highlight
|
||||||
@preproc ; various preprocessor directives & shebangs
|
@preproc ; various preprocessor directives & shebangs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue