--- gforth/gforth.el 2010/09/04 10:15:57 1.80 +++ gforth/gforth.el 2010/09/04 17:24:17 1.81 @@ -256,6 +256,7 @@ PARSED-TYPE specifies what kind of text "[ \t\n]" t string (font-lock-string-face . 1)) (("char") non-immediate (font-lock-keyword-face . 1) "[ \t\n]" t string (font-lock-string-face . 1)) + ("'.'?" non-immediate (font-lock-string-face . 1)) (("s\"" "c\"") immediate (font-lock-string-face . 1) "[\"\n]" nil string (font-lock-string-face . 1)) ((".\"") compile-only (font-lock-string-face . 1)