From c52472e57e24857b8515763b7d3769fda38018f0 Mon Sep 17 00:00:00 2001 From: Vik Date: Thu, 30 Aug 2018 12:43:46 -0400 Subject: [PATCH 1/6] 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) From 2d76eb99093c0f45210cbcb4ffa426e98256d6fa Mon Sep 17 00:00:00 2001 From: Vik Date: Thu, 30 Aug 2018 12:54:05 -0400 Subject: [PATCH 2/6] Added Bracket Pair Colorizer --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5bba914..eaa3aaa 100644 --- a/README.md +++ b/README.md @@ -76,7 +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) + - [Bracket Pair Colorizer](#Bracket-Pair-Colorizer) - [Explorer Icons](#explorer-icons) - [VSCode Icons](#vscode-icons) - [Seti-UI](#seti-icons) @@ -477,11 +477,6 @@ 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) @@ -542,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://github.com/CoenraadS/BracketPair/raw/master/images/example.png) + ## Explorer Icons - [VSCode Icons](https://marketplace.visualstudio.com/items?itemName=robertohuertasm.vscode-icons) From 137390d1c17a8e5d35c34c6e66205b424e35bd69 Mon Sep 17 00:00:00 2001 From: Vik Date: Thu, 30 Aug 2018 12:57:27 -0400 Subject: [PATCH 3/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eaa3aaa..4e3249b 100644 --- a/README.md +++ b/README.md @@ -76,7 +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) + - [Bracket Pair Colorizer](#bracket-pair-colorizer) - [Explorer Icons](#explorer-icons) - [VSCode Icons](#vscode-icons) - [Seti-UI](#seti-icons) @@ -541,7 +541,7 @@ To enable Emmet support in .twig files, you'll need to have the following in you > 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) +![](https://github.com/CoenraadS/BracketPair/raw/master/images/example.png) ## Explorer Icons From 8f24f6942793a8bee5df9905a67b8209fd65f224 Mon Sep 17 00:00:00 2001 From: Vik Date: Thu, 30 Aug 2018 13:50:34 -0400 Subject: [PATCH 4/6] Added name title of the package into description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e3249b..263c43e 100644 --- a/README.md +++ b/README.md @@ -541,7 +541,7 @@ To enable Emmet support in .twig files, you'll need to have the following in you > This extension allows matching brackets to be identified with colours. The user can define which characters to match, and which colours to use. -![](https://github.com/CoenraadS/BracketPair/raw/master/images/example.png) +![Bracket Pair Colorizer](https://github.com/CoenraadS/BracketPair/raw/master/images/example.png) ## Explorer Icons From c98ce58db6991061d0490935174daa0442ce3585 Mon Sep 17 00:00:00 2001 From: Vik Date: Thu, 30 Aug 2018 14:48:12 -0400 Subject: [PATCH 5/6] travis ci was failed due from https issue --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 263c43e..5806380 100644 --- a/README.md +++ b/README.md @@ -224,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 @@ -469,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) @@ -597,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) From fc88ebaf9f5677848372179ca1ca1b6a8a06e5c0 Mon Sep 17 00:00:00 2001 From: Vik Date: Thu, 30 Aug 2018 14:50:02 -0400 Subject: [PATCH 6/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5806380..8c99837 100644 --- a/README.md +++ b/README.md @@ -541,7 +541,7 @@ To enable Emmet support in .twig files, you'll need to have the following in you > 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) +![Bracket Pair Colorizer](https://raw.githubusercontent.com/CoenraadS/BracketPair/master/images/example.png) ## Explorer Icons