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

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

[nongnu] elpa/haskell-tng-mode aadf499 003/385: module fontification


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-tng-mode aadf499 003/385: module fontification
Date: Tue, 5 Oct 2021 23:58:50 -0400 (EDT)

branch: elpa/haskell-tng-mode
commit aadf499d6057997450fced65e0f0fb7b3ebb0b5f
Author: Tseen She <ts33n.sh3@gmail.com>
Commit: Tseen She <ts33n.sh3@gmail.com>

    module fontification
---
 haskell-tng-font-lock.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/haskell-tng-font-lock.el b/haskell-tng-font-lock.el
index 0d73d0f..f20e571 100644
--- a/haskell-tng-font-lock.el
+++ b/haskell-tng-font-lock.el
@@ -74,6 +74,9 @@
    ("\\_<import\\_>[^(]+?\\_<as[[:space:]]+\\([[:upper:]]\\w+\\)"
     1 'haskell-tng:package)
 
+   ("\\_<module\\_>[[:space:]]+\\_<\\([[:upper:]]\\w*\\)\\_>"
+    1 'haskell-tng:package) ;; introducing modules
+
    ("\\_<\\(\\(?:[[:upper:]]\\w*\\.\\)+\\)"
     . 'haskell-tng:package) ;; uses of F.Q.N.s
 



reply via email to

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