mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-17 03:10:58 -08:00
; * lisp/progmodes/c-ts-mode.el: Change rx to regexp-opt.
This commit is contained in:
parent
3bccef6f52
commit
16e68e64f9
1 changed files with 5 additions and 5 deletions
|
|
@ -525,7 +525,7 @@ the subtrees."
|
||||||
|
|
||||||
;; Navigation.
|
;; Navigation.
|
||||||
(setq-local treesit-defun-type-regexp
|
(setq-local treesit-defun-type-regexp
|
||||||
(rx (or "function_definition"
|
(regexp-opt '("function_definition"
|
||||||
"type_definition"
|
"type_definition"
|
||||||
"struct_specifier"
|
"struct_specifier"
|
||||||
"enum_specifier"
|
"enum_specifier"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue