From b91bb0716394c06313803d5ee0b1349af88bdbbe Mon Sep 17 00:00:00 2001 From: MrMcEpic <45011453+MrMcEpic@users.noreply.github.com> Date: Wed, 19 Oct 2022 04:49:45 -0400 Subject: [PATCH 1/3] Fixes issue #387 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8071062..ab4373b 100644 --- a/README.md +++ b/README.md @@ -569,7 +569,7 @@ To enable Emmet support in .twig files, you'll need to have the following in you ## Rust -- [Rust](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust) - Linting, auto-completion, code formatting, snippets and more +- [Rust](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) - Linting, auto-completion, code formatting, snippets and more ## Terraform From 9bc0f14ba69ea52f1b2ad4c44d59675b951c5eaf Mon Sep 17 00:00:00 2001 From: MrMcEpic <45011453+MrMcEpic@users.noreply.github.com> Date: Wed, 19 Oct 2022 04:56:56 -0400 Subject: [PATCH 2/3] Fixed ToC --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab4373b..e53bbce 100644 --- a/README.md +++ b/README.md @@ -569,7 +569,7 @@ To enable Emmet support in .twig files, you'll need to have the following in you ## Rust -- [Rust](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) - Linting, auto-completion, code formatting, snippets and more +- [Rust-Analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) - Linting, auto-completion, code formatting, snippets and more ## Terraform From 8a374816a82482919f26d1c281f0f0429dceaa2d Mon Sep 17 00:00:00 2001 From: MrMcEpic <45011453+MrMcEpic@users.noreply.github.com> Date: Wed, 19 Oct 2022 07:20:18 -0400 Subject: [PATCH 3/3] Changed extension name to be lower case as that's the official name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e53bbce..9189d0d 100644 --- a/README.md +++ b/README.md @@ -569,7 +569,7 @@ To enable Emmet support in .twig files, you'll need to have the following in you ## Rust -- [Rust-Analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) - Linting, auto-completion, code formatting, snippets and more +- [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) - Linting, auto-completion, code formatting, snippets and more ## Terraform