mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
docs: add @comment.documentation
This commit is contained in:
parent
95bcd6a8fa
commit
3a82b58745
1 changed files with 7 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue