ZIm/crates/languages/src/tsx/overrides.scm
Max Brunsfeld 258cf6c746
Add inclusive range scope overrides. Don't auto-close quotes at the ends of line comments (#20206)
Closes #9195
Closes #19787

Release Notes:

- Fixed an issue where single quotation marks were spuriously
auto-closed when typing in line comments
2024-11-04 15:36:39 -08:00

15 lines
207 B
Scheme

(comment) @comment.inclusive
[
(string)
(template_string)
] @string
(jsx_element) @element
[
(jsx_opening_element)
(jsx_closing_element)
(jsx_self_closing_element)
(jsx_expression)
] @default