]> git.eshelyaron.com Git - emacs.git/commit
Add elixir-ts-mode (Bug#61996)
authorWilhelm H Kirschbaum <wkirschbaum@gmail.com>
Sun, 12 Mar 2023 15:10:43 +0000 (17:10 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 12 Mar 2023 15:41:44 +0000 (17:41 +0200)
commitd965d030879d9ca4ef5098cb4e2e7c56128b904b
tree8ab985a3946eac5e52417f7bb32b012db3db0af5
parent802e64922bcee40c8362b9627aa33a0de0c068d7
Add elixir-ts-mode (Bug#61996)

* etc/NEWS: Mention the new mode.
* lisp/progmodes/elixir-ts-mode.el: New file.
* test/lisp/progmodes/elixir-ts-mode-tests.el: New file.
* test/lisp/progmodes/elixir-ts-mode-resources/indent.erts: New file.
* admin/notes/tree-sitter/build-module/batch.sh:
* admin/notes/tree-sitter/build-module/build.sh: Add Elixir support.
* lisp/progmodes/eglot.el (eglot-server-programs): Add elixir-ts-mode.
admin/notes/tree-sitter/build-module/batch.sh
admin/notes/tree-sitter/build-module/build.sh
etc/NEWS
lisp/progmodes/eglot.el
lisp/progmodes/elixir-ts-mode.el [new file with mode: 0644]
test/lisp/progmodes/elixir-ts-mode-resources/indent.erts [new file with mode: 0644]
test/lisp/progmodes/elixir-ts-mode-tests.el [new file with mode: 0644]