Merge from origin/emacs-29
9d410f8de6
(treesit-simple-indent-presets): Ensure 'and' works for a...ff66a5d324
(treesit--indent-rules-optimize): Optimize 'and' and 'or'...f2ebe43362
(treesit-simple-indent-presets): Short-circuit 'and' and ...2ea6ee5cbf
(font-lock-regexp-face): New face5ab03bcc43
Unify the string interpolation delimiters face across ts ...92e8c0c091
ruby-ts-mode: Highlight more kinds of parameters7420b6dcc3
Fix `pr-interface'699711786a
Further generic-related improvements in csharp-ts-mode (b... # Conflicts: # etc/NEWS
This commit is contained in:
commit
abeb29bfcc
9 changed files with 70 additions and 27 deletions
|
@ -151,10 +151,10 @@ Argument LANGUAGE is either `typescript' or `tsx'."
|
|||
:language language
|
||||
:override t
|
||||
:feature 'string
|
||||
`((regex pattern: (regex_pattern)) @font-lock-string-face
|
||||
`((regex pattern: (regex_pattern)) @font-lock-regexp-face
|
||||
(string) @font-lock-string-face
|
||||
(template_string) @js--fontify-template-string
|
||||
(template_substitution ["${" "}"] @font-lock-builtin-face))
|
||||
(template_substitution ["${" "}"] @font-lock-misc-punctuation-face))
|
||||
|
||||
:language language
|
||||
:override t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue