branch: externals/cape commit 3c1d66db6baf4a8f3714add37ffdb35319518a86 Author: mohammedzeglam-pg <56762707+mohammedzeglam...@users.noreply.github.com> Commit: GitHub <nore...@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)