From aef454dd793d52927f769342471f4d58e5f09f01 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Sun, 28 Feb 2021 14:31:57 +0100 Subject: [PATCH] adjust language-tools wording - syntax highlighting is unreladed `svelte-check` - reactive assignment highlighting was removed --- .../content/blog/2021-03-01-whats-new-in-svelte-march-2021.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/blog/2021-03-01-whats-new-in-svelte-march-2021.md b/site/content/blog/2021-03-01-whats-new-in-svelte-march-2021.md index 39f003d0d3..4dca641015 100644 --- a/site/content/blog/2021-03-01-whats-new-in-svelte-march-2021.md +++ b/site/content/blog/2021-03-01-whats-new-in-svelte-march-2021.md @@ -25,8 +25,8 @@ For a complete list of changes, including bug fixes and links to PRs, check out ## New from `sveltejs/language-tools` - For language server clients that don't support `didChangeWatchedFiles`, a fallback file watcher will be used instead -- svelte-check 1.1.33 / extension version 104.4.0 introduced new highlighting rules for reactive statements, store accessors and element directives (like `bind:` and `class:`) -- HTML tags can now be renamed at the same time +- Svelte for VS Code version 104.4.0 introduced new highlighting rules for store accessors and element directives (like `bind:` and `class:`) +- HTML tags can now be renamed - Mustache tags parsing is now more robust and will provide better intellisense in more situations Haven't tried the language-tools yet? Check out [Svelte Extension for VSCode](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode) or find a plugin for your favorite IDE!