typst/crates/typst-library
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
..
assets Move everything into `crates/` directory 2023-07-02 20:07:43 +02:00
src Classify `dots.c`, `dots.down`, `dots.up` and `dots.v` as normal (#1726) 2023-07-17 16:08:19 +02:00
Cargo.toml Raw syntax definition loading (#1655) 2023-07-06 13:51:28 +02:00