BracketHighlighter
Bracket and tag highlighter for Sublime Text
Details
Installs
- Total 2.63M
- Win 1.73M
- Mac 539K
- Linux 368K
May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 79 | 75 | 69 | 66 | 88 | 94 | 97 | 90 | 86 | 98 | 65 | 73 | 102 | 81 | 124 | 78 | 77 | 50 | 66 | 78 | 88 | 88 | 79 | 91 | 35 | 63 | 67 | 86 | 94 | 120 | 124 | 71 | 61 | 89 | 85 | 100 | 105 | 88 | 72 | 62 | 78 | 111 | 114 | 91 | 91 | 70 |
Mac | 23 | 32 | 33 | 19 | 19 | 27 | 46 | 40 | 29 | 25 | 13 | 16 | 38 | 28 | 29 | 27 | 29 | 13 | 4 | 27 | 25 | 21 | 36 | 22 | 10 | 19 | 20 | 22 | 22 | 39 | 51 | 26 | 19 | 23 | 51 | 45 | 40 | 27 | 17 | 17 | 27 | 24 | 21 | 28 | 33 | 16 |
Linux | 18 | 25 | 19 | 9 | 14 | 20 | 20 | 23 | 13 | 18 | 20 | 19 | 21 | 21 | 29 | 21 | 18 | 13 | 22 | 12 | 13 | 26 | 21 | 16 | 9 | 15 | 16 | 19 | 25 | 35 | 18 | 19 | 23 | 21 | 24 | 17 | 24 | 14 | 18 | 10 | 18 | 25 | 25 | 24 | 32 | 13 |
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.