mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Parsers: add reStructuredText
This commit is contained in:
parent
121c44a23b
commit
6f01384cb2
9 changed files with 186 additions and 4 deletions
|
|
@ -122,6 +122,21 @@ are optional and will not have any effect for now.
|
|||
builtin
|
||||
@structure
|
||||
```
|
||||
|
||||
#### Text
|
||||
|
||||
Mainly for markup languages.
|
||||
|
||||
```
|
||||
@text
|
||||
@text.strong
|
||||
@text.emphasis
|
||||
@text.underline
|
||||
@text.title
|
||||
@text.literal
|
||||
@text.uri
|
||||
```
|
||||
|
||||
### Locals
|
||||
```
|
||||
@definition for various definitions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue