]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/gud.el (gud-tooltip-modes): Add ts- modes.
authorYuan Fu <casouri@gmail.com>
Sun, 8 Jan 2023 00:54:43 +0000 (16:54 -0800)
committerYuan Fu <casouri@gmail.com>
Sun, 8 Jan 2023 02:44:16 +0000 (18:44 -0800)
Prompted by bug#60463.

lisp/progmodes/gud.el

index cb766c6841174239f686eebd55263d5286383efb..3b792354cbc976d68e830c4553d8511a9e3bd93d 100644 (file)
@@ -3608,8 +3608,9 @@ Treats actions as defuns."
        (kill-local-variable 'gdb-define-alist)
        (remove-hook 'after-save-hook #'gdb-create-define-alist t))))
 
-(defcustom gud-tooltip-modes '(gud-mode c-mode c++-mode fortran-mode
-                                       python-mode)
+(defcustom gud-tooltip-modes '( gud-mode c-mode c++-mode fortran-mode
+                               python-mode c-ts-mode c++-ts-mode
+                                python-ts-mode)
   "List of modes for which to enable GUD tooltips."
   :type '(repeat (symbol :tag "Major mode"))
   :group 'tooltip)