mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 08:20:05 -04:00
Parsers: add reStructuredText
This commit is contained in:
parent
121c44a23b
commit
6f01384cb2
9 changed files with 186 additions and 4 deletions
2
queries/rst/textobjects.scm
Normal file
2
queries/rst/textobjects.scm
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
(directive
|
||||
body: (body) @function.inner) @function.outer
|
||||
Loading…
Add table
Add a link
Reference in a new issue