From 549919f7553db4fbcced2ced6dd6e927c49a76e6 Mon Sep 17 00:00:00 2001 From: masiulis Date: Fri, 5 Oct 2018 21:50:52 +0300 Subject: [PATCH 1/3] Add highlight-matching-tag --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3f1ab49..415e4e8 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Edit with Shell Command](#edit-with-shell-command) - [Editor Config for VS Code](#editor-config-for-vs-code) - [ftp-sync](#ftp-sync) + - [Highlight JSX/HTML tags](#highlight-matching-tag) - [PlatformIO](#platformio) - [Quokka](#quokka) - [Remote Workspace](#remote-workspace) @@ -641,6 +642,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you ![](https://i.imgur.com/W9h4pwW.gif) +## [Highlight JSX/HTML tags](https://marketplace.visualstudio.com/items?itemName=vincaslt.highlight-matching-tag) + +> Highlights matching tags in the file. + +![](https://camo.githubusercontent.com/010b886fb93f49c56e4c7308ba0a5a1aca8a2db7/68747470733a2f2f692e696d67626f782e636f6d2f4455584c467657372e676966) + ## [PlatformIO](https://marketplace.visualstudio.com/items?itemName=formulahendry.platformio) > An open source ecosystem for IoT development: supports 350+ embedded boards, 20+ development platforms, 10+ frameworks. Arduino and ARM mbed compatible. From 5cbe28cb49a3d0e7bc0e48c6d9fe9cd5af073962 Mon Sep 17 00:00:00 2001 From: masiulis Date: Fri, 5 Oct 2018 21:53:45 +0300 Subject: [PATCH 2/3] fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 415e4e8..5ef439f 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Edit with Shell Command](#edit-with-shell-command) - [Editor Config for VS Code](#editor-config-for-vs-code) - [ftp-sync](#ftp-sync) - - [Highlight JSX/HTML tags](#highlight-matching-tag) + - [Highlight JSX/HTML tags](#highlight-jsx/html-tags) - [PlatformIO](#platformio) - [Quokka](#quokka) - [Remote Workspace](#remote-workspace) From 6fa1d443ee3f27e2d862dd089d3261e7c32d4dfa Mon Sep 17 00:00:00 2001 From: masiulis Date: Fri, 5 Oct 2018 21:54:32 +0300 Subject: [PATCH 3/3] fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ef439f..9f15989 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Edit with Shell Command](#edit-with-shell-command) - [Editor Config for VS Code](#editor-config-for-vs-code) - [ftp-sync](#ftp-sync) - - [Highlight JSX/HTML tags](#highlight-jsx/html-tags) + - [Highlight JSX/HTML tags](#highlight-jsxhtml-tags) - [PlatformIO](#platformio) - [Quokka](#quokka) - [Remote Workspace](#remote-workspace)