]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix extraneous parenthesis in java-ts-mode.el
authorEshel Yaron <me@eshelyaron.com>
Thu, 17 Oct 2024 15:00:45 +0000 (17:00 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 17 Oct 2024 15:26:18 +0000 (17:26 +0200)
lisp/progmodes/java-ts-mode.el

index 562b35ba0e1f7ea9d6763a5535be70d6c2dc07af..cf2ee101360f68cd39c1b115346654815e13b11b 100644 (file)
@@ -422,7 +422,7 @@ Return nil if there is no name or if NODE is not a defun node."
                    :embed 'doxygen
                    :host 'java
                    :local t
-                   `(((block_comment) @cap (:match "/\\*\\*" @cap)))))))
+                   `(((block_comment) @cap (:match "/\\*\\*" @cap))))))
 
   (setq-local treesit-font-lock-feature-list java-ts-mode--feature-list)