diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-01-28 12:01:05 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-01-28 12:14:03 +0100 |
| commit | 28c554ec2185a15e22f0408ce485ed4afe035e03 (patch) | |
| tree | 622d2d281133c4e6b92633e44bfc1e1301250fb4 /src/model/value.rs | |
| parent | 23238d4d44881a5b466ab23a32e2a7447f460127 (diff) | |
Rework math attachments and accents
Diffstat (limited to 'src/model/value.rs')
| -rw-r--r-- | src/model/value.rs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/model/value.rs b/src/model/value.rs index d03911c6..4b9fa5f7 100644 --- a/src/model/value.rs +++ b/src/model/value.rs @@ -438,7 +438,11 @@ primitive! { Rel<Length>: "relative length", primitive! { Fr: "fraction", Fraction } primitive! { Color: "color", Color } primitive! { Symbol: "symbol", Symbol } -primitive! { Str: "string", Str } +primitive! { + Str: "string", + Str, + Symbol(symbol) => symbol.get().into() +} primitive! { Label: "label", Label } primitive! { Content: "content", Content, |
