BracketHighlighter
Bracket and tag highlighter for Sublime Text
Details
Installs
- Total 2.61M
- Win 1.71M
- Mac 535K
- Linux 366K
Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 30 | 90 | 108 | 122 | 119 | 97 | 68 | 59 | 68 | 95 | 100 | 86 | 96 | 74 | 77 | 90 | 105 | 117 | 107 | 117 | 50 | 64 | 88 | 70 | 0 | 0 | 0 | 15 | 65 | 118 | 130 | 55 | 74 | 89 | 82 | 74 | 109 | 0 | 0 | 100 | 103 | 90 | 69 | 94 | 116 | 115 |
Mac | 10 | 22 | 40 | 27 | 39 | 31 | 17 | 18 | 23 | 36 | 16 | 31 | 18 | 21 | 29 | 32 | 28 | 30 | 33 | 27 | 11 | 11 | 34 | 18 | 0 | 0 | 0 | 4 | 15 | 27 | 27 | 14 | 9 | 36 | 19 | 18 | 22 | 0 | 0 | 33 | 32 | 29 | 23 | 24 | 24 | 21 |
Linux | 4 | 19 | 15 | 17 | 23 | 20 | 13 | 12 | 25 | 17 | 30 | 16 | 20 | 14 | 15 | 24 | 22 | 20 | 23 | 24 | 20 | 12 | 16 | 15 | 0 | 0 | 0 | 6 | 24 | 15 | 18 | 13 | 9 | 26 | 13 | 18 | 19 | 0 | 0 | 23 | 26 | 19 | 16 | 21 | 19 | 26 |
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.