diff options
Diffstat (limited to 'src/syntax')
| -rw-r--r-- | src/syntax/highlight.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax/highlight.rs b/src/syntax/highlight.rs index de7c70a2..4a453480 100644 --- a/src/syntax/highlight.rs +++ b/src/syntax/highlight.rs @@ -389,7 +389,7 @@ impl Category { Self::Math => "string.other.math.typst", Self::Heading => "markup.heading.typst", Self::List => "markup.list.typst", - Self::Term => "markup.bold.typst", + Self::Term => "markup.list.term.typst", Self::Label => "entity.name.label.typst", Self::Ref => "markup.other.reference.typst", Self::Keyword => "keyword.typst", |
