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

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

[nongnu] elpa/haskell-tng-mode c31afdb 272/385: missing CPP case


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-tng-mode c31afdb 272/385: missing CPP case
Date: Tue, 5 Oct 2021 23:59:45 -0400 (EDT)

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

    missing CPP case
---
 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 ce2fee3..9702744 100644
--- a/haskell-tng-font-lock.el
+++ b/haskell-tng-font-lock.el
@@ -80,7 +80,7 @@
         (consym haskell-tng--rx-consym)
         (qual haskell-tng--rx-qual)
         (bigspace `(| space ,haskell-tng--rx-newline)))
-    `((,(rx bol "#" (or "ifdef" "else" "endif") (* nonl) eol)
+    `((,(rx bol "#" (* nonl) eol)
        (0 'haskell-tng-cpp-face)) ;; CPP
 
       ;; reservedid / reservedop



reply via email to

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