; * lisp/textmodes/css-mode.el (css-ts-mode): Fix imenu setup.

This commit is contained in:
Yuan Fu 2022-12-29 11:41:26 -08:00
parent 793641a3db
commit a96a7c8115
No known key found for this signature in database
GPG key ID: 56E19BC57664A442

View file

@ -1821,8 +1821,8 @@ can also be used to fill comments.
(property constant string)
(error variable function operator bracket)))
(setq-local treesit-simple-imenu-settings
`( nil ,(rx bos (or "rule_set" "media_statement") eos)
nil nil))
`(( nil ,(rx bos (or "rule_set" "media_statement") eos)
nil nil)))
(treesit-major-mode-setup)))
;;;###autoload