BracketHighlighter
Bracket and tag highlighter for Sublime Text
Details
Installs
- Total 2.52M
- Win 1.65M
- Mac 518K
- Linux 354K
Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 5 | 223 | 241 | 253 | 241 | 175 | 179 | 252 | 232 | 274 | 226 | 224 | 168 | 188 | 221 | 234 | 245 | 250 | 268 | 182 | 202 | 223 | 295 | 256 | 300 | 246 | 180 | 205 | 247 | 270 | 258 | 281 | 247 | 171 | 189 | 268 | 240 | 310 | 292 | 215 | 176 | 196 | 248 | 309 | 260 | 283 |
Mac | 1 | 56 | 51 | 42 | 60 | 19 | 35 | 39 | 68 | 59 | 55 | 50 | 32 | 26 | 54 | 72 | 64 | 63 | 54 | 45 | 36 | 49 | 43 | 47 | 53 | 49 | 34 | 30 | 38 | 52 | 60 | 57 | 54 | 36 | 50 | 52 | 54 | 65 | 69 | 36 | 41 | 51 | 53 | 65 | 52 | 65 |
Linux | 3 | 31 | 33 | 35 | 36 | 22 | 25 | 45 | 44 | 39 | 32 | 28 | 36 | 42 | 46 | 35 | 39 | 41 | 29 | 37 | 26 | 29 | 36 | 31 | 37 | 31 | 31 | 27 | 55 | 34 | 47 | 34 | 34 | 27 | 27 | 45 | 49 | 41 | 45 | 27 | 29 | 40 | 33 | 28 | 47 | 27 |
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.
Copyright © 2013 - 2022 Isaac Muse isaacmuse@gmail.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.