From 7e5d8879fc3ae84651710ba740191a78028d8ac1 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 19 Jul 2001 13:25:34 +0000 Subject: [PATCH] (c++-keywords): Add Standard C++ operator names. --- lisp/font-lock.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 424db62a064..ba59b9568ea 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -2479,7 +2479,10 @@ See also `c++-font-lock-extra-types'.") ;; as keywords not types. "typedef" "template" "extern" "auto" "register" "const" "volatile" "static" - "inline" "friend" "virtual")))) + "inline" "friend" "virtual" + ;; Standard C++ operator names. + "and" "and_eq" "bitand" "bitor" "compl" "not" "not_eq" + "or" "or_eq" "xor" "xor_eq")))) (c++-operators (eval-when-compile (regexp-opt -- 2.39.2