nvim-treesitter/tests/indent/typst/call.typ
2026-02-25 16:01:12 +03:00

14 lines
76 B
XML

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