mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 09:20:04 -04:00
rnoweb: Use new inline/chunk distinction
This commit is contained in:
parent
edff301949
commit
7075c6b63a
2 changed files with 5 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
[
|
[
|
||||||
(renv)
|
(rchunk)
|
||||||
] @fold
|
] @fold
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
(latex) @latex @combined
|
(latex) @latex @combined
|
||||||
(renv
|
(rchunk
|
||||||
(renv_content) @r @combined
|
(renv_content) @r @combined
|
||||||
)
|
)
|
||||||
|
(rinline
|
||||||
|
(renv_content) @r
|
||||||
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue