From c52472e57e24857b8515763b7d3769fda38018f0 Mon Sep 17 00:00:00 2001 From: Vik Date: Thu, 30 Aug 2018 12:43:46 -0400 Subject: [PATCH] Added Bracket Pair Colorizer --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a5af3a7..5bba914 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Surround](#surround) - [Wrap Selection](#wrap-selection) - [html2pug](#html2pug) + -[Bracket Pair Colorizer](#Bracket-Pair-Colorizer) - [Explorer Icons](#explorer-icons) - [VSCode Icons](#vscode-icons) - [Seti-UI](#seti-icons) @@ -476,6 +477,11 @@ To enable Emmet support in .twig files, you'll need to have the following in you ![](https://raw.githubusercontent.com/SamVerschueren/vscode-yo/master/media/yo.gif) +##[Bracket Pair Colorizer](https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer) + +> This extension allows matching brackets to be identified with colours. The user can define which characters to match, and which colours to use. +![Bracket Pair Colorizer](https://github.com/CoenraadS/BracketPair/raw/master/images/example.png) + # Formatting & Beautification ## [Better Align](https://marketplace.visualstudio.com/items?itemName=wwm.better-align)