mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
feat(typst): add #show to fold and indent queries
This commit is contained in:
parent
2ba58a424c
commit
4cb1595f5b
2 changed files with 3 additions and 0 deletions
|
|
@ -2,4 +2,6 @@
|
||||||
|
|
||||||
(let) @fold
|
(let) @fold
|
||||||
|
|
||||||
|
(show) @fold
|
||||||
|
|
||||||
(call) @fold
|
(call) @fold
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
[
|
[
|
||||||
(set)
|
(set)
|
||||||
(let)
|
(let)
|
||||||
|
(show)
|
||||||
(call)
|
(call)
|
||||||
] @indent.begin
|
] @indent.begin
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue