]> git.eshelyaron.com Git - emacs.git/commit
Add tree-sitter modes for C-like languages
authorTheodor Thornhill <theo@thornhill.no>
Thu, 10 Nov 2022 16:15:49 +0000 (17:15 +0100)
committerYuan Fu <casouri@gmail.com>
Sat, 12 Nov 2022 20:17:35 +0000 (12:17 -0800)
commit67f9705fc0fc5ecc91172ab02df8c1f31fe654e2
tree0127d2fafb7d89880007f44c33a62e37eebd7a44
parentfaf44e2c61734cfe2422498ed27b4f645635120d
Add tree-sitter modes for C-like languages

* etc/NEWS: Mention the new modes
* lisp/progmodes/c-ts-mode.el: New major mode with tree-sitter support
for C and C++.
* lisp/progmodes/java-ts-mode.el: New major mode with tree-sitter support.
* lisp/progmodes/json-ts-mode.el: New major mode with tree-sitter support.
* lisp/progmodes/css-ts-mode.el: New major mode with tree-sitter support.
etc/NEWS
lisp/progmodes/c-ts-mode.el [new file with mode: 0644]
lisp/progmodes/css-ts-mode.el [new file with mode: 0644]
lisp/progmodes/java-ts-mode.el [new file with mode: 0644]
lisp/progmodes/json-ts-mode.el [new file with mode: 0644]