frozolotl / tree-sitter-typst

A tree-sitter grammar for the typst typesetting language with a focus on correctness
European Union Public License 1.2
76 stars 3 forks source link

Trivia after let and set-rules are not parsed correctly #13

Open frozolotl opened 11 months ago

frozolotl commented 11 months ago

These expressions all fail to parse, even though they should not.

#let foo ;
#let foo/**/;
#set text() ;
#{
  let foo/**/;
}