diff options
Diffstat (limited to 'emacs/caml-hilit.el')
-rw-r--r-- | emacs/caml-hilit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/caml-hilit.el b/emacs/caml-hilit.el index 37043bc0af..697e58173d 100644 --- a/emacs/caml-hilit.el +++ b/emacs/caml-hilit.el @@ -40,7 +40,7 @@ "\\<\\(a\\(nd\\|s\\)\\|c\\(onstraint\\|lass\\)" "\\|ex\\(ception\\|ternal\\)\\|fun\\(ct\\(ion\\|or\\)\\)?" "\\|in\\(herit\\)?\\|let\\|m\\(ethod\\|utable\\|odule\\)" - "\\|o\\(f\\|verride\\)\\|p\\(arser\\|rivate\\)\\|rec\\|type" + "\\|of\\|p\\(arser\\|rivate\\)\\|rec\\|type" "\\|v\\(al\\|irtual\\)\\)\\>") nil 'ForestGreen) ;blocking |