nvim-treesitter/tests/indent/typst/call.typ

15 lines
76 B
Typst
Raw Normal View History

#foo(
arg1,
arg2,
)
#bar[
content here
]
#baz(
inner(
nested,
),
)