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

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

[nongnu] elpa/haskell-ts-mode 4b14396789 37/61: Fixed ge and le sign in


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-ts-mode 4b14396789 37/61: Fixed ge and le sign in prettify sym mode and ss
Date: Wed, 4 Sep 2024 04:00:29 -0400 (EDT)

branch: elpa/haskell-ts-mode
commit 4b14396789d3449d2dd3f53707294225e32fde05
Author: Pranshu Sharma <pranshusharma366@gmail.com>
Commit: Pranshu Sharma <pranshusharma366@gmail.com>

    Fixed ge and le sign in prettify sym mode and ss
---
 haskell-ts-mode.el |   3 ++-
 ss.png             | Bin 76449 -> 76104 bytes
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/haskell-ts-mode.el b/haskell-ts-mode.el
index 440360252e..a32d657a32 100644
--- a/haskell-ts-mode.el
+++ b/haskell-ts-mode.el
@@ -56,7 +56,8 @@
        ("->" . "→")
        ("=>" . "⇒")
        ("<-" . "←")
-       ("<=" . "⇐")))
+       ("<=" . "≥")
+       (">=" . "≤")))
 
 (defvar haskell-ts-font-lock
       (treesit-font-lock-rules
diff --git a/ss.png b/ss.png
index 03ddc1eb48..af195c39cc 100644
Binary files a/ss.png and b/ss.png differ



reply via email to

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