; * lisp/textmodes/css-mode.el (css-ts-mode): Fix imenu setup.
This commit is contained in:
parent
793641a3db
commit
a96a7c8115
1 changed files with 2 additions and 2 deletions
|
@ -1821,8 +1821,8 @@ can also be used to fill comments.
|
||||||
(property constant string)
|
(property constant string)
|
||||||
(error variable function operator bracket)))
|
(error variable function operator bracket)))
|
||||||
(setq-local treesit-simple-imenu-settings
|
(setq-local treesit-simple-imenu-settings
|
||||||
`( nil ,(rx bos (or "rule_set" "media_statement") eos)
|
`(( nil ,(rx bos (or "rule_set" "media_statement") eos)
|
||||||
nil nil))
|
nil nil)))
|
||||||
(treesit-major-mode-setup)))
|
(treesit-major-mode-setup)))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue