mirror of
https://github.com/viatsko/awesome-vscode.git
synced 2024-10-01 01:05:39 -04:00
Added Bracket Pair Colorizer
This commit is contained in:
parent
c52472e57e
commit
2d76eb9909
13
README.md
13
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)
|
||||
|
Loading…
Reference in New Issue
Block a user