Fix comment-start-skip in tree-sitter modes (bug#59690)
authorYuan Fu <casouri@gmail.com>
Sat, 3 Dec 2022 01:03:21 +0000 (17:03 -0800)
committerYuan Fu <casouri@gmail.com>
Sat, 3 Dec 2022 22:49:38 +0000 (14:49 -0800)
commit96af584af6c8ea50f9cf871db9ffca91040fb85d
tree71e85c4b991520c32ab3aa2d66ead1d0ebd913d8
parent520a4e12f8e6e42d0c66cc6b3cf3be05c411fe6f
Fix comment-start-skip in tree-sitter modes (bug#59690)

* lisp/progmodes/c-ts-mode.el (c-ts-mode)
(c++-ts-mode)
* lisp/progmodes/csharp-mode.el (csharp-ts-mode)
* lisp/progmodes/java-ts-mode.el (java-ts-mode)
* lisp/progmodes/js.el (js-ts-mode)
* lisp/progmodes/typescript-ts-mode.el (tsx-ts-mode): Remove the group
from the regexp.
lisp/progmodes/c-ts-mode.el
lisp/progmodes/csharp-mode.el
lisp/progmodes/java-ts-mode.el
lisp/progmodes/js.el
lisp/progmodes/typescript-ts-mode.el