branch: elpa/haskell-tng-mode commit 700524beef47963e3545032954bbedf698ad20fa Author: Tseen She <ts33n....@gmail.com> Commit: Tseen She <ts33n....@gmail.com>
typo in keywords --- haskell-tng-font-lock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell-tng-font-lock.el b/haskell-tng-font-lock.el index 68f5a2f..fef023e 100644 --- a/haskell-tng-font-lock.el +++ b/haskell-tng-font-lock.el @@ -77,7 +77,7 @@ "then" "type" "where" "_") word-end) (: symbol-start - (| ".." ":" "::" "=" "|" "<-" ">" "->" "@" "~" "=>") + (| ".." ":" "::" "=" "|" "<-" "->" "@" "~" "=>") symbol-end) (: symbol-start (char ?\\)))) . 'haskell-tng:keyword)