emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/haskell-tng-mode 700524b 008/385: typo in keywords


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-tng-mode 700524b 008/385: typo in keywords
Date: Tue, 5 Oct 2021 23:58:51 -0400 (EDT)

branch: elpa/haskell-tng-mode
commit 700524beef47963e3545032954bbedf698ad20fa
Author: Tseen She <ts33n.sh3@gmail.com>
Commit: Tseen She <ts33n.sh3@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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]