From c946f429fa3374d37484523cf987fb4d29362781 Mon Sep 17 00:00:00 2001 From: Yuan Fu Date: Tue, 21 May 2024 23:01:33 -0700 Subject: [PATCH] Fontify namespace in constant face in c++-ts-mode (bug#71070) * lisp/progmodes/c-ts-mode.el (c-ts-mode--font-lock-settings): Use constant face. (cherry picked from commit 45ba332addec3be7c4c15917c25c59c64c0633c4) --- lisp/progmodes/c-ts-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/c-ts-mode.el b/lisp/progmodes/c-ts-mode.el index 605c747a89c..bef74dd4664 100644 --- a/lisp/progmodes/c-ts-mode.el +++ b/lisp/progmodes/c-ts-mode.el @@ -663,7 +663,7 @@ MODE is either `c' or `cpp'." '((type_qualifier) @font-lock-type-face (qualified_identifier - scope: (namespace_identifier) @font-lock-type-face) + scope: (namespace_identifier) @font-lock-constant-face) (operator_cast) type: (type_identifier) @font-lock-type-face -- 2.39.5