BracketHighlighter
Bracket and tag highlighter for Sublime Text
Details
Installs
- Total 2.60M
- Win 1.71M
- Mac 533K
- Linux 364K
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 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 45 | 135 | 92 | 81 | 108 | 114 | 152 | 131 | 100 | 72 | 65 | 107 | 133 | 164 | 123 | 111 | 78 | 84 | 111 | 154 | 129 | 117 | 116 | 63 | 68 | 86 | 126 | 131 | 129 | 125 | 69 | 95 | 108 | 152 | 123 | 156 | 94 | 67 | 87 | 128 | 94 | 97 | 108 | 107 | 70 | 68 |
Mac | 14 | 29 | 12 | 16 | 23 | 27 | 46 | 37 | 24 | 14 | 23 | 31 | 44 | 28 | 25 | 28 | 16 | 18 | 30 | 33 | 29 | 32 | 21 | 26 | 27 | 39 | 23 | 34 | 45 | 27 | 18 | 13 | 37 | 40 | 37 | 34 | 31 | 19 | 14 | 31 | 39 | 36 | 26 | 27 | 17 | 20 |
Linux | 4 | 25 | 18 | 16 | 24 | 36 | 23 | 28 | 26 | 19 | 9 | 18 | 18 | 31 | 25 | 19 | 12 | 7 | 22 | 26 | 14 | 22 | 24 | 8 | 17 | 28 | 22 | 20 | 28 | 24 | 18 | 17 | 23 | 22 | 26 | 34 | 20 | 12 | 20 | 14 | 16 | 19 | 17 | 20 | 17 | 19 |
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.