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

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

[nongnu] elpa/haskell-tng-mode ec1ac46 361/385: document a bug


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-tng-mode ec1ac46 361/385: document a bug
Date: Wed, 6 Oct 2021 00:00:04 -0400 (EDT)

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

    document a bug
---
 haskell-tng-syntax.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haskell-tng-syntax.el b/haskell-tng-syntax.el
index d98311b..a2c35df 100644
--- a/haskell-tng-syntax.el
+++ b/haskell-tng-syntax.el
@@ -76,7 +76,7 @@
     ;; comments (subsuming pragmas)
     (modify-syntax-entry ?\{  "(}1nb" table)
     (modify-syntax-entry ?\}  "){4nb" table)
-    (modify-syntax-entry ?-  "_ 123" table)
+    (modify-syntax-entry ?-  "_ 123" table) ;; TODO --> is not a comment
     (seq-do
      (lambda (it) (modify-syntax-entry it ">" table))
      (string-to-list "\r\n\f\v"))



reply via email to

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