mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
|
||||
(show) @fold
|
||||
|
||||
(call) @fold
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
[
|
||||
(set)
|
||||
(let)
|
||||
(show)
|
||||
(call)
|
||||
] @indent.begin
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue