--- gforth/gforth.el 2011/12/31 15:29:25 1.86 +++ gforth/gforth.el 2012/05/04 00:11:04 1.87 @@ -237,6 +237,8 @@ PARSED-TYPE specifies what kind of text (("]" "]l") definition-starter (font-lock-keyword-face . 1)) ((":") definition-starter (font-lock-keyword-face . 1) "[ \t\n]" t name (font-lock-function-name-face . 3)) + (("event:") definition-starter (font-lock-keyword-face . 1) + "[ \t\n]" t name (font-lock-function-name-face . 3)) (("immediate" "compile-only" "restrict") immediate (font-lock-keyword-face . 1)) (("does>") compile-only (font-lock-keyword-face . 1))