diff options
author | Vincenzo Pupillo <v.pupillo@gmail.com> | 2024-09-09 09:20:42 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2024-09-21 12:39:34 +0300 |
commit | b0523dffabbec8acd9c5c92711af849a11867884 (patch) | |
tree | 485b63a537e0a39a9ed5720a213ea8c03c57c77f /lisp/emacs-lisp/byte-run.el | |
parent | a513f2a4dd5a7f52abf48f06cf32fcfab765c373 (diff) | |
download | emacs-b0523dffabbec8acd9c5c92711af849a11867884.tar.gz emacs-b0523dffabbec8acd9c5c92711af849a11867884.tar.bz2 emacs-b0523dffabbec8acd9c5c92711af849a11867884.zip |
Add user option to enable Doxygen syntax highlighting (bug#72814)
Both 'c-ts-mode' and 'java-ts-mode' have a new user option,
'c-ts-mode-enable-doxygen' and 'java-ts-mode-enable-doxygen'
(defaults to nil) which allow to enable syntax highlighting
of comment blocks based on the Doxygen grammar.
* lisp/progmodes/c-ts-mode.el: Add the 'c-ts-mode-enable-doxygen'
user option variable to disable doxygen grammar.
Notifies the user if doxygen grammar is not available.
* lisp/progmodes/c-ts-mode.el (c-ts-mode, c++-ts-mode): Use the
new 'c-ts-mode-enable-doxygen' option.
* lisp/progmodes/java-ts-mode.el: Add the
'java-ts-mode-enable-doxygen' user option variable to disable
doxygen grammar. Notifies the user if doxygen grammar is not
available.
* lisp/progmodes/java-ts-mode.el (java-ts-mode): Use the new
'java-ts-mode-enable-doxygen' option.
* etc/NEWS: Document the change.
Diffstat (limited to 'lisp/emacs-lisp/byte-run.el')
0 files changed, 0 insertions, 0 deletions