From 5d8b66ebefa95595783f89b0bdfe1d624259bb19 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 20 Jul 1999 04:39:17 +0000 Subject: [PATCH] (c++-keywords): Add "typeid". --- lisp/font-lock.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 13c7da67962..9ce0adef371 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -2425,6 +2425,7 @@ See also `c++-font-lock-extra-types'.") (regexp-opt '("break" "continue" "do" "else" "for" "if" "return" "switch" "while" "asm" "catch" "delete" "new" "sizeof" "this" "throw" "try" + "typeid" ;; Branko Cibej says this is new. "export" ;; Mark Mitchell says these are new. -- 2.39.5