all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* New package: haskell-ts-mode
@ 2024-08-28  6:07 Pranshu Sharma
  2024-08-28 15:18 ` Philip Kaludercic
  2024-09-01  5:33 ` Pranshu Sharma
  0 siblings, 2 replies; 10+ messages in thread
From: Pranshu Sharma @ 2024-08-28  6:07 UTC (permalink / raw)
  To: emacs-devel


[-- Attachment #1.1: Type: text/plain, Size: 339 bytes --]

Hello all

haskell-ts-mode is a major mode for haskell that uses treesitter to provide
features such as indentation and colouring. The mode can be found at
pranshu/haskell-ts-mode:
A haskelll mode that uses treesitter - Codeberg.org
<https://codeberg.org/pranshu/haskell-ts-mode>.

The attached patch is for the elpa repo

Thanks,
Pranshu

[-- Attachment #1.2: Type: text/html, Size: 457 bytes --]

[-- Attachment #2: haskell-ts-mode.patch --]
[-- Type: application/octet-stream, Size: 625 bytes --]

diff --git a/elpa-packages b/elpa-packages
index 137fef0348..451a67d395 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -368,6 +368,9 @@
  (gtags-mode		:url "https://github.com/Ergus/gtags-mode")
  (guess-language	:url "https://github.com/tmalsburg/guess-language.el"
   :merge t)
+ (haskell-ts-mode       :url "https://codeberg.org/pranshu/haskell-ts-mode"
+  :doc "README.org"
+  :ignored-files ("*.png" "LICENSE"))
  (hcel			:url "https://g.ypei.me/hc.el.git")
  (heap			:url nil) ;"http://www.dr-qubit.org/git/predictive.git"
  (hiddenquote		:url "https://gitlab.com/mauroaranda/hiddenquote/hiddenquote")

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-09-01 20:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-28  6:07 New package: haskell-ts-mode Pranshu Sharma
2024-08-28 15:18 ` Philip Kaludercic
2024-08-29  7:24   ` Pranshu Sharma
2024-08-29  9:07     ` Philip Kaludercic
2024-08-29  9:29       ` Pranshu Sharma
2024-08-29 10:26         ` Philip Kaludercic
2024-08-29 10:57           ` Pranshu Sharma
2024-08-29 14:41             ` Philip Kaludercic
2024-09-01  5:33 ` Pranshu Sharma
2024-09-01 20:04   ` Philip Kaludercic

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.