BracketHighlighter
Bracket and tag highlighter for Sublime Text
Details
Installs
- Total 2.64M
- Win 1.73M
- Mac 541K
- Linux 370K
Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 35 | 53 | 46 | 72 | 76 | 99 | 85 | 95 | 74 | 77 | 75 | 83 | 88 | 76 | 70 | 55 | 49 | 77 | 71 | 86 | 125 | 95 | 61 | 71 | 86 | 96 | 85 | 96 | 84 | 58 | 57 | 172 | 80 | 96 | 75 | 64 | 35 | 54 | 66 | 75 | 98 | 78 | 95 | 55 | 68 | 67 |
Mac | 8 | 20 | 16 | 21 | 20 | 27 | 25 | 31 | 24 | 13 | 25 | 17 | 22 | 33 | 23 | 10 | 19 | 25 | 27 | 27 | 26 | 21 | 15 | 21 | 29 | 20 | 29 | 20 | 29 | 17 | 18 | 12 | 25 | 24 | 28 | 14 | 6 | 15 | 27 | 23 | 23 | 28 | 33 | 9 | 18 | 25 |
Linux | 4 | 13 | 14 | 10 | 8 | 20 | 26 | 20 | 16 | 11 | 18 | 20 | 16 | 22 | 31 | 18 | 11 | 20 | 25 | 14 | 22 | 23 | 18 | 19 | 26 | 19 | 12 | 22 | 18 | 16 | 20 | 31 | 22 | 23 | 19 | 20 | 17 | 20 | 16 | 20 | 19 | 24 | 13 | 10 | 23 | 20 |
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.