diff --git a/lisp/progmodes/c-ts-mode.el b/lisp/progmodes/c-ts-mode.el index 591000cb440..c8120d5752c 100644 --- a/lisp/progmodes/c-ts-mode.el +++ b/lisp/progmodes/c-ts-mode.el @@ -1274,7 +1274,8 @@ if `c-ts-mode-emacs-sources-support' is non-nil." "goto_statement" "case_statement"))) (text ,(regexp-opt '("comment" - "raw_string_literal")))) + "raw_string_literal"))) + (comment "comment")) "`treesit-thing-settings' for both C and C++.") ;;; Support for FOR_EACH_* macros