BracketHighlighter
Bracket and tag highlighter for Sublime Text
Details
Installs
- Total 2.62M
- Win 1.72M
- Mac 536K
- Linux 366K
Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 91 | 89 | 62 | 81 | 98 | 98 | 82 | 85 | 78 | 65 | 80 | 94 | 117 | 100 | 94 | 78 | 65 | 103 | 82 | 63 | 60 | 66 | 74 | 61 | 67 | 72 | 83 | 88 | 92 | 72 | 76 | 90 | 108 | 122 | 119 | 97 | 68 | 59 | 68 | 95 | 100 | 86 | 96 | 74 | 77 | 90 |
Mac | 26 | 19 | 16 | 40 | 26 | 35 | 26 | 21 | 21 | 12 | 21 | 34 | 32 | 33 | 28 | 24 | 12 | 18 | 29 | 18 | 24 | 26 | 16 | 27 | 36 | 23 | 31 | 29 | 24 | 26 | 19 | 22 | 40 | 27 | 39 | 31 | 17 | 18 | 23 | 36 | 16 | 31 | 18 | 21 | 29 | 32 |
Linux | 23 | 24 | 38 | 40 | 12 | 23 | 19 | 23 | 13 | 13 | 23 | 17 | 17 | 24 | 23 | 23 | 24 | 32 | 19 | 13 | 28 | 13 | 16 | 13 | 30 | 9 | 9 | 21 | 16 | 11 | 15 | 19 | 15 | 17 | 23 | 20 | 13 | 12 | 25 | 17 | 30 | 16 | 20 | 14 | 15 | 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.