mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
docs: add @string.documentation
This commit is contained in:
parent
d11dd552db
commit
51030378eb
1 changed files with 10 additions and 9 deletions
|
|
@ -108,17 +108,18 @@ effect on highlighting. We will work on improving highlighting in the near futur
|
|||
#### Literals
|
||||
|
||||
```scheme
|
||||
@string ; string literals
|
||||
@string.regex ; regular expressions
|
||||
@string.escape ; escape sequences
|
||||
@string.special ; other special strings (e.g. dates)
|
||||
@string ; string literals
|
||||
@string.documentation ; string documenting code (e.g. Python docstrings)
|
||||
@string.regex ; regular expressions
|
||||
@string.escape ; escape sequences
|
||||
@string.special ; other special strings (e.g. dates)
|
||||
|
||||
@character ; character literals
|
||||
@character.special ; special characters (e.g. wildcards)
|
||||
@character ; character literals
|
||||
@character.special ; special characters (e.g. wildcards)
|
||||
|
||||
@boolean ; boolean literals
|
||||
@number ; numeric literals
|
||||
@float ; floating-point number literals
|
||||
@boolean ; boolean literals
|
||||
@number ; numeric literals
|
||||
@float ; floating-point number literals
|
||||
```
|
||||
|
||||
#### Functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue