From 9db89b376da33f99867ca511fe701e067432196d Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 27 Sep 2022 16:40:17 +0200 Subject: Refresh TextMate grammar --- src/syntax/highlight.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/syntax/highlight.rs') 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", -- cgit v1.2.3