typst/crates
Liam Murphy e0e797c27d
Classify `dots.c`, `dots.down`, `dots.up` and `dots.v` as normal (#1726)
Fixes #713. They were previously classified by Unicode as relations, which caused a '+' sign after one of them to be treated as a unary operator rather than a binary operator. This PR overrides the Unicode classification and classifies them as normal instead, which causes a '+' sign after one of them to be properly treated as a binary operator.
2023-07-17 16:08:19 +02:00
..
typst Allow spaces in dict (#1692) 2023-07-17 16:02:04 +02:00
typst-cli Fix `typst watch` not working with some text editors (#1680) 2023-07-10 12:21:59 +02:00
typst-docs Color mixing function (#1332) 2023-07-05 11:26:50 +02:00
typst-library Classify `dots.c`, `dots.down`, `dots.up` and `dots.v` as normal (#1726) 2023-07-17 16:08:19 +02:00
typst-macros Raw syntax definition loading (#1655) 2023-07-06 13:51:28 +02:00