changeset 24969:44087df57d4f

(c++-keywords): Add "typeid".
author Karl Heuer <kwzh@gnu.org>
date Tue, 20 Jul 1999 04:39:17 +0000
parents ced85898ea55
children 3796fd32e28d
files lisp/font-lock.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/font-lock.el	Tue Jul 20 04:17:05 1999 +0000
+++ b/lisp/font-lock.el	Tue Jul 20 04:39:17 1999 +0000
@@ -2425,6 +2425,7 @@
 	  (regexp-opt
 	   '("break" "continue" "do" "else" "for" "if" "return" "switch"
 	     "while" "asm" "catch" "delete" "new" "sizeof" "this" "throw" "try"
+	     "typeid"
 	     ;; Branko Cibej <branko.cibej@hermes.si> says this is new.
 	     "export"
 	     ;; Mark Mitchell <mmitchell@usa.net> says these are new.