mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
; 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:
parent
6cd5b16dd0
commit
19696dbc24
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue