]> git.eshelyaron.com Git - emacs.git/commitdiff
(c++-keywords): Add Standard C++ operator names.
authorGerd Moellmann <gerd@gnu.org>
Thu, 19 Jul 2001 13:25:34 +0000 (13:25 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 19 Jul 2001 13:25:34 +0000 (13:25 +0000)
lisp/font-lock.el

index 424db62a064dafb659fa43b3c1c2bb68f4a1513e..ba59b9568ead25d2af6ab8ee01037094560d677f 100644 (file)
@@ -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