ZIm/crates/zed/src/languages/svelte
Chase Weaver cf3b4b0ba7
Fix: Comment shortcut in Svelte files now respects if the line(s) are HTML vs JS/TS (#5860)
Release Notes:

- Fixed: When using the comment shortcut, previously HTML or JS/TS would
all prefix lines with `// `. This PR brings the comments inline with
what is expected (`// ` for JS/TS, `<!-- ... -->` for HTML). Fixes
[#4578](https://github.com/zed-industries/zed/issues/4578).
2024-01-24 12:24:49 -08:00
..
config.toml Fix: Comment shortcut in Svelte files now respects if the line(s) are HTML vs JS/TS (#5860) 2024-01-24 12:24:49 -08:00
folds.scm Add svelte language server 2023-07-13 21:43:53 -07:00
highlights.scm Refine svelte queries to work with zed-style highlights 2023-07-13 22:30:58 -07:00
indents.scm Refine svelte queries to work with zed-style highlights 2023-07-13 22:30:58 -07:00
injections.scm Revert "Extract syntax highlighting properties from tree-sitter highlight queries (#2797)" 2023-08-02 12:15:39 -07:00
overrides.scm Magic incantations for Tailwind autocomplete in Svelte, Elixir ~H, Heex 2023-10-19 01:54:42 -04:00