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

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

[elpa] externals/cape 3c1d66db6b: Add elixir-ts-mode to Aliases (#78)


From: ELPA Syncer
Subject: [elpa] externals/cape 3c1d66db6b: Add elixir-ts-mode to Aliases (#78)
Date: Thu, 23 Mar 2023 04:57:33 -0400 (EDT)

branch: externals/cape
commit 3c1d66db6baf4a8f3714add37ffdb35319518a86
Author: mohammedzeglam-pg <56762707+mohammedzeglam-pg@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Add elixir-ts-mode to Aliases (#78)
    
    add support to 
[elixir-ts-mode](https://github.com/wkirschbaum/elixir-ts-mode.git)
---
 cape-keyword.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cape-keyword.el b/cape-keyword.el
index 84409bde7d..51eb0d5b78 100644
--- a/cape-keyword.el
+++ b/cape-keyword.el
@@ -379,7 +379,8 @@
     (js-ts-mode javascript-mode)
     (python-ts-mode python-mode)
     (ruby-ts-mode ruby-mode)
-    (rust-ts-mode rust-mode))
+    (rust-ts-mode rust-mode)
+    (elixir-ts-mode elixir-mode))
   "Alist of major modes and keywords."
   :type 'alist
   :group 'cape)



reply via email to

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