diff options
Diffstat (limited to 'src/model/value.rs')
| -rw-r--r-- | src/model/value.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/value.rs b/src/model/value.rs index 7b594adf..1782e4a6 100644 --- a/src/model/value.rs +++ b/src/model/value.rs @@ -124,7 +124,7 @@ impl Value { // For values which can't be shown "naturally", we return the raw // representation with typst code syntax highlighting. - v => (world.config().roles.raw)(v.repr().into(), Some("typc".into()), false), + v => (world.config().items.raw)(v.repr().into(), Some("typc".into()), false), } } } |
