Files
nvim-treesitter/tests/indent/typst/call.typ
2026-02-25 18:35:46 +01:00

15 lines
76 B
XML

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