diff --git a/README.md b/README.md index a5af3a7..8c99837 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) @@ -223,7 +224,7 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o - [Intellisense for CSS class names](https://marketplace.visualstudio.com/items?itemName=Zignd.html-css-class-completion) - Provides CSS class name completion for the HTML class attribute based on the CSS files in your workspace. Also supports React's className attribute. - ![Intellisense CSS class names](http://i.imgur.com/5crMfTj.gif) + ![Intellisense CSS class names](https://i.imgur.com/5crMfTj.gif) ## Go @@ -468,7 +469,7 @@ To enable Emmet support in .twig files, you'll need to have the following in you > Synchronize settings, snippets, themes, file icons, launch, keybindings, workspaces and extensions across multiple machines using Github Gist -![Settings Sync](http://i.imgur.com/QZtaBca.gif) +![Settings Sync](https://i.imgur.com/QZtaBca.gif) ## [Yo](https://marketplace.visualstudio.com/items?itemName=samverschueren.yo) @@ -536,6 +537,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you > Allows you to toggle your formatter on and off with a simple click +## [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://raw.githubusercontent.com/CoenraadS/BracketPair/master/images/example.png) + ## Explorer Icons - [VSCode Icons](https://marketplace.visualstudio.com/items?itemName=robertohuertasm.vscode-icons) @@ -590,7 +597,7 @@ To enable Emmet support in .twig files, you'll need to have the following in you > Auto-sync your work to remote FTP server -![](http://i.imgur.com/W9h4pwW.gif) +![](https://i.imgur.com/W9h4pwW.gif) ## [PlatformIO](https://marketplace.visualstudio.com/items?itemName=formulahendry.platformio)