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

Parse primes in math mode #16

Open frozolotl opened 10 months ago

frozolotl commented 10 months ago

It appears I have missed the addition of prime parsing in math mode. These should of course be parsed correctly.

See parser.rs:253-398 for more information on how primes are parsed.