; Add comment thing for c-ts-mode

* lisp/progmodes/c-ts-mode.el (c-ts-mode--thing-settings): Add
comment thing.
This commit is contained in:
Yuan Fu 2026-04-30 21:29:36 -07:00
parent 6cd5b16dd0
commit 19696dbc24
No known key found for this signature in database
GPG key ID: 56E19BC57664A442

View file

@ -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