mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 06:20:01 -04:00
15 lines
76 B
Typst
15 lines
76 B
Typst
|
|
#foo(
|
||
|
|
arg1,
|
||
|
|
arg2,
|
||
|
|
)
|
||
|
|
|
||
|
|
#bar[
|
||
|
|
content here
|
||
|
|
]
|
||
|
|
|
||
|
|
#baz(
|
||
|
|
inner(
|
||
|
|
nested,
|
||
|
|
),
|
||
|
|
)
|