]> git.eshelyaron.com Git - emacs.git/commit
Add block-comment-start and block-comment-end to supported modes
authorElías Gabriel Pérez <eg642616@gmail.com>
Mon, 31 Mar 2025 23:58:16 +0000 (17:58 -0600)
committerEshel Yaron <me@eshelyaron.com>
Sun, 13 Apr 2025 20:55:36 +0000 (22:55 +0200)
commitf28dffbfd847057498a6038312050e0b740e6ba3
tree5a6fc787a7ca51de3cfbcaf5c789fb1808e96368
parent73b7f59734c9d6c491c6abe5f8049b79979f81e8
Add block-comment-start and block-comment-end to supported modes

* lisp/emacs-lisp/lisp-mode.el (lisp-mode-variables):
Add block-comment-start and block-comment-end from here...
* lisp/newcomment.el (block-comment-start, block-comment-end):...
* lisp/nxml/nxml-mode.el (nxml-mode):...
* lisp/progmodes/c-ts-common.el (c-ts-common-comment-setup):...
* lisp/progmodes/go-ts-mode.el (go-work-ts-mode):...
* lisp/progmodes/js.el (js--mode-setup):...
* lisp/progmodes/json-ts-mode.el (json-ts-mode):...
* lisp/progmodes/lua-ts-mode.el (lua-ts-mode):...
* lisp/progmodes/opascal.el (opascal-mode):...
* lisp/progmodes/pascal.el (pascal-mode):...
* lisp/progmodes/typescript-ts-mode.el (tsx-ts-mode):...
* lisp/textmodes/css-mode.el (css-base-mode, scss-mode):...
* lisp/textmodes/sgml-mode.el (sgml-mode): ... to here.
(Bug#77424)

(cherry picked from commit 4c6b1712a4d67ae40ccc087c7946de4cb14e8cc7)
13 files changed:
lisp/emacs-lisp/lisp-mode.el
lisp/newcomment.el
lisp/nxml/nxml-mode.el
lisp/progmodes/c-ts-common.el
lisp/progmodes/go-ts-mode.el
lisp/progmodes/js.el
lisp/progmodes/json-ts-mode.el
lisp/progmodes/lua-ts-mode.el
lisp/progmodes/opascal.el
lisp/progmodes/pascal.el
lisp/progmodes/typescript-ts-mode.el
lisp/textmodes/css-mode.el
lisp/textmodes/sgml-mode.el