diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el index 501c0599e89..c5fdecae71b 100644 --- a/lisp/progmodes/js.el +++ b/lisp/progmodes/js.el @@ -3817,9 +3817,8 @@ Currently there are `js-mode' and `js-ts-mode'." '(( comment definition) ( keyword string) ( assignment constant escape-sequence jsx number - pattern) - ( bracket delimiter function operator property - string-interpolation))) + pattern string-interpolation) + ( bracket delimiter function operator property))) ;; Imenu (setq-local treesit-simple-imenu-settings `(("Function" "\\`function_declaration\\'" nil nil)