BracketHighlighter
Bracket and tag highlighter for Sublime Text
Details
Installs
- Total 2.66M
- Win 1.74M
- Mac 544K
- Linux 373K
| Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | 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 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 47 | 50 | 24 | 43 | 63 | 74 | 62 | 69 | 60 | 35 | 52 | 58 | 54 | 67 | 76 | 75 | 42 | 44 | 80 | 61 | 64 | 50 | 71 | 26 | 46 | 57 | 64 | 76 | 65 | 63 | 66 | 46 | 64 | 63 | 65 | 65 | 62 | 47 | 37 | 78 | 69 | 55 | 54 | 50 | 45 | 46 |
| Mac | 26 | 34 | 21 | 18 | 27 | 30 | 28 | 34 | 25 | 18 | 15 | 31 | 33 | 32 | 25 | 30 | 13 | 19 | 30 | 31 | 26 | 21 | 25 | 17 | 22 | 28 | 35 | 28 | 23 | 22 | 14 | 19 | 17 | 18 | 24 | 27 | 14 | 14 | 8 | 17 | 19 | 21 | 16 | 16 | 20 | 17 |
| Linux | 12 | 23 | 18 | 16 | 17 | 17 | 20 | 21 | 16 | 19 | 14 | 18 | 16 | 17 | 17 | 15 | 20 | 23 | 12 | 18 | 14 | 24 | 16 | 14 | 17 | 26 | 18 | 24 | 16 | 24 | 17 | 13 | 24 | 27 | 19 | 23 | 14 | 24 | 17 | 18 | 17 | 11 | 22 | 18 | 19 | 24 |
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.