ZIm/crates/languages/src/tsx
Smit Barmase 6b456ede49
languages: Fix string override to match just string_fragment part of template_string (#33997)
Closes #33703

`template_string` consists of `template_substitution` and
`string_fragment` chunks. `template_substitution` should not be
considered a string.

```ts
const variable = `this is a string_fragment but ${this.is.template_substitution}`;
```

Release Notes:

- Fixed auto-complete not showing on typing `.` character in template
literal string in JavaScript and TypeScript files.
2025-07-07 11:45:54 +05:30
..
brackets.scm tsx: Insert newline between open and close tags on enter (#27618) 2025-03-27 19:15:12 +00:00
config.toml editor: Adjust scope for prefer label for snippet workaround (#32515) 2025-06-11 10:38:39 +05:30
embedding.scm chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
highlights-jsx.scm chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
highlights.scm javascript/typescript/tsx: Highlight private properties (#31527) 2025-05-27 16:05:53 +00:00
indents.scm Automatically indent JSX (#18816) 2024-10-10 15:15:12 +03:00
injections.scm Use standard injection.language and injection.content captures (#22268) 2025-01-07 18:17:49 +00:00
outline.scm Apply TypeScript test improvements to tsx files (#32477) 2025-06-11 20:23:16 +02:00
overrides.scm languages: Fix string override to match just string_fragment part of template_string (#33997) 2025-07-07 11:45:54 +05:30
runnables.scm Apply TypeScript test improvements to tsx files (#32477) 2025-06-11 20:23:16 +02:00
textobjects.scm Add textobjects queries (#20924) 2024-12-03 10:37:01 -07:00