; Enhanced syntax highlighting (font-lock-add-keywords 'c++-mode '( ;; Currently support for []|&!.+=-/%*,()<>{} ("\\(\\[\\|\\]\\|[|!\\.\\+\\=\\&]\\|-\\|\\/\\|\\%\\|\\*\\|,\\|(\\|)\\|>\\ |<\\|{\\|}\\)" 1 font-lock-operator-face )
; End of c++ statement ("\\(;\\)" 1 font-lock-end-statement ) )) (make-face 'font-lock-operator-face) (make-face 'font-lock-end-statement) (setq font-lock-operator-face 'font-lock-operator-face) (setq font-lock-end-statement 'font-lock-end-statement)