mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Docs: document @punctuation.special
This commit is contained in:
parent
ce43dbf54c
commit
d4d77d6053
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ effect on highlighting. We will work on improving highlighting in the near futur
|
|||
@error for error (ERROR` nodes.
|
||||
@punctuation.delimiter for `;` `.` `,`
|
||||
@punctuation.bracket for `()` or `{}`
|
||||
@punctuation.special for symbols with special meaning like `{}` in string interpolation.
|
||||
```
|
||||
|
||||
Some captures are related to language injection (like markdown code blocks). As this is not supported by neovim yet, these
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue