From 43c62a4732d03c3f64bc512c2e73c13d3d964192 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 15 Feb 2023 15:21:43 +0100 Subject: [PATCH] ; Fix typo --- lisp/progmodes/rust-ts-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/rust-ts-mode.el b/lisp/progmodes/rust-ts-mode.el index f510b7bb6c9..ec823d09d8c 100644 --- a/lisp/progmodes/rust-ts-mode.el +++ b/lisp/progmodes/rust-ts-mode.el @@ -293,7 +293,7 @@ '((field_identifier) @font-lock-property-face (shorthand_field_initializer (identifier) @font-lock-property-face)) - ;; Must be under type, otherwise some imports can be highlighted as consants. + ;; Must be under type, otherwise some imports can be highlighted as constants. :language 'rust :feature 'constant `((boolean_literal) @font-lock-constant-face -- 2.39.2