]> git.eshelyaron.com Git - emacs.git/commit
Add cmake-ts-mode
authorRandy Taylor <dev@rjt.dev>
Sun, 11 Dec 2022 02:40:25 +0000 (21:40 -0500)
committerYuan Fu <casouri@gmail.com>
Mon, 12 Dec 2022 23:08:54 +0000 (15:08 -0800)
commitca67d988d8721e9ec24a040b977393136457873f
tree61ad3276a255c47a9cd8d4281c16fca019e3fdc0
parent8ec923775de3482acf4b158a79838eae64fd4980
Add cmake-ts-mode

* admin/notes/tree-sitter/build-module/batch.sh:
* admin/notes/tree-sitter/build-module/build.sh: Add cmake support.
* etc/NEWS: Mention it.
* lisp/progmodes/cmake-ts-mode.el: New major mode with
tree-sitter support.
* lisp/progmodes/eglot.el (eglot-server-programs): Add it.
admin/notes/tree-sitter/build-module/batch.sh
admin/notes/tree-sitter/build-module/build.sh
etc/NEWS
lisp/progmodes/cmake-ts-mode.el [new file with mode: 0644]
lisp/progmodes/eglot.el