BracketHighlighter
Bracket and tag highlighter for Sublime Text
Details
Installs
- Total 2.66M
- Win 1.74M
- Mac 544K
- Linux 373K
| Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 5 | 57 | 64 | 76 | 65 | 63 | 66 | 46 | 64 | 63 | 65 | 65 | 62 | 47 | 37 | 78 | 69 | 55 | 54 | 50 | 45 | 46 | 72 | 77 | 86 | 78 | 64 | 37 | 55 | 51 | 79 | 85 | 81 | 54 | 56 | 57 | 65 | 83 | 84 | 86 | 81 | 41 | 45 | 50 | 73 | 56 |
| Mac | 2 | 28 | 35 | 28 | 23 | 22 | 14 | 19 | 17 | 18 | 24 | 27 | 14 | 14 | 8 | 17 | 19 | 21 | 16 | 16 | 20 | 17 | 17 | 28 | 32 | 32 | 28 | 17 | 10 | 22 | 34 | 24 | 29 | 23 | 13 | 21 | 24 | 31 | 38 | 16 | 24 | 11 | 18 | 21 | 36 | 29 |
| Linux | 0 | 26 | 18 | 24 | 16 | 24 | 17 | 13 | 24 | 27 | 19 | 23 | 14 | 24 | 17 | 18 | 17 | 11 | 22 | 18 | 19 | 24 | 22 | 18 | 35 | 24 | 18 | 22 | 13 | 26 | 22 | 16 | 22 | 26 | 16 | 9 | 27 | 13 | 23 | 17 | 21 | 17 | 16 | 14 | 21 | 17 |
Readme
- Source
- raw.githubusercontent.com
BracketHighlighter
Bracket Highlighter matches a variety of brackets such as: [], (), {}, "", '', <tag></tag>, and even custom
brackets.
This was originally forked from pyparadigm's SublimeBrackets and SublimeTagmatcher (both are no longer available). I forked this to fix some issues I had and to add some features I had wanted. I also wanted to improve the efficiency of the matching.
Moving forward, I have thrown away all of the code and have completely rewritten the entire code base to allow for a more flexibility, faster, and more feature rich experience.

Feature List
- Customizable to highlight almost any bracket.
- Customizable bracket highlight style.
- High visibility bracket highlight mode.
- Selectively disable or enable specific matching of tags, brackets, or quotes.
- Selectively use an allowlist or blocklist for matching specific tags, brackets, or quotes based on language.
- When bound to a shortcut, allow option to show line count and char count between match in the status bar.
- Highlight basic brackets within strings.
- Works with multi-select.
- Configurable custom gutter icons.
- Toggle bracket escape mode for string brackets (regex|string).
- Bracket plugins that can jump between bracket ends, select content, remove brackets and/or content, wrap selections with brackets, swap brackets, swap quotes (handling quote escaping between the main quotes), fold/unfold content between brackets, toggle through tag attribute selection, select both the opening and closing tag name to change both simultaneously, etc.
Documentation
https://facelessuser.github.io/BracketHighlighter/
License
Released under the MIT license.