mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-17 10:06:13 +00:00
js-ts-mode: Move 'string-interpolation' to font-lock level 3
* lisp/progmodes/js.el (js-ts-mode): Move 'string-interpolation' to font-lock level 3.
This commit is contained in:
parent
d26b523886
commit
a86a213e1a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user