]> git.eshelyaron.com Git - emacs.git/commit
Add ruby-ts-mode
authorPerry Smith <pedz@easesoftware.com>
Mon, 2 Jan 2023 00:57:38 +0000 (02:57 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 2 Jan 2023 00:57:53 +0000 (02:57 +0200)
commit0562006da3b6f0147069a9aea75c08a9a0a4e6d8
tree83d359d52d0ff25fd3cdaeb1a7f5981a2318234e
parent84e7c2fbc85e5b7fbc5f9c225c2d1ba4cba2689b
Add ruby-ts-mode

* etc/NEWS: Mention the new mode.

* lisp/progmodes/ruby-ts-mode.el: New file.

* test/lisp/progmodes/ruby-ts-mode-tests.el: New file.

* lisp/progmodes/eglot.el (eglot-server-programs):
Add ruby-ts-mode to the Ruby entry.

Co-authored-by: Dmitry Gutov <dgutov@yandex.ru>
etc/NEWS
lisp/progmodes/eglot.el
lisp/progmodes/ruby-ts-mode.el [new file with mode: 0644]
test/lisp/progmodes/ruby-ts-mode-tests.el [new file with mode: 0644]