]> git.eshelyaron.com Git - emacs.git/commit
Add jsdoc support to php-ts-mode in <script> element
authorVincenzo Pupillo <v.pupillo@gmail.com>
Tue, 25 Jun 2024 09:29:54 +0000 (11:29 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 1 Jul 2024 07:38:55 +0000 (09:38 +0200)
commitef81f6cc88d4092f31836e460042766dce73acf0
tree803e0e57e73db77c9dc484c4e6f6dd1e644081f5
parent10e414eb0409af5baee021c3a13bf2ae91d6a2ab
Add jsdoc support to php-ts-mode in <script> element

In the <script> element, enable jsdoc embedding in JavaScript.
* lisp/progmodes/php-ts-mode.el
(php-ts-mode--language-source-alist): Add jsdoc to parser recipe.
(php-ts-mode): Add jsdoc parser check and a new rule for
'treesit-range-settings'.  Update the commentary section.
(Bug#71771)

(cherry picked from commit 736b7cad406b28e95b1119feea7b083d8711d09e)
lisp/progmodes/php-ts-mode.el