]> git.eshelyaron.com Git - emacs.git/commit
Fix some inconsistencies in *-ts-modes
authorTheodor Thornhill <theo@thornhill.no>
Mon, 14 Nov 2022 07:03:11 +0000 (08:03 +0100)
committerYuan Fu <casouri@gmail.com>
Mon, 14 Nov 2022 09:22:38 +0000 (01:22 -0800)
commit829c7e3566ed425c0204067c654a58970af6d4fe
tree4c1e6c03c791c24bef43c5246a6512fe6302242c
parent7e9c2e295283b4dcf4f88cf25a094e37731543fc
Fix some inconsistencies in *-ts-modes

(c-ts-mode--base-mode): Extract comment-* so that we can separate
between C and C++.
(c-ts-mode, c++-ts-mode): Set comment-* variables.

* lisp/progmodes/css-ts-mode.el (css-ts-mode): Add electric-indent.

* lisp/progmodes/java-ts-mode.el
(java-ts-mode--imenu): Add categories.  Only display categories that
exist in the file.
(java-ts-mode): Add electric-indent.

* lisp/progmodes/json-ts-mode.el
(json-ts-mode): Add electric-indent.

* lisp/progmodes/ts-mode.el
(ts-mode--font-lock-settings): Whitespace cleanup.
(ts-mode): Add electric-indent.
lisp/progmodes/c-ts-mode.el
lisp/progmodes/css-ts-mode.el
lisp/progmodes/java-ts-mode.el
lisp/progmodes/json-ts-mode.el
lisp/progmodes/ts-mode.el