tree-sitter-typst
tree-sitter-typst copied to clipboard
Newline within #cite(...)
For example, doing the following
#cite("a", "b",
"c", "d")
breaks the parser on the new line, despite the fact that this is in fact valid Typst.
weird, when I add a test case for that, the test works fine