SeniorMars / tree-sitter-typst

A TreeSitter parser for the Typst File Format
MIT License
137 stars 7 forks source link

Newline within #cite(...) #7

Open neumannjan opened 1 year ago

neumannjan commented 1 year ago

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.

ekstdo commented 1 year ago

weird, when I add a test case for that, the test works fine