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
1 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue