summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-09-27 16:40:17 +0200
committerLaurenz <laurmaedje@gmail.com>2022-09-27 16:40:17 +0200
commit9db89b376da33f99867ca511fe701e067432196d (patch)
treee022201e554199c0d063409a8bfdd9d9ef49fb32 /src
parentabafb39041d47f1fe4281c60cb4e3e40db2181d1 (diff)
Refresh TextMate grammar
Diffstat (limited to 'src')
-rw-r--r--src/syntax/highlight.rs2
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",