BracketHighlighter
Bracket and tag highlighter for Sublime Text
Details
Installs
- Total 2.22M
- Win 1.43M
- Mac 473K
- Linux 321K
Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 46 | 447 | 445 | 525 | 509 | 561 | 568 | 569 | 425 | 438 | 503 | 574 | 613 | 558 | 541 | 436 | 433 | 538 | 514 | 559 | 545 | 562 | 418 | 386 | 267 | 309 | 397 | 406 | 447 | 401 | 392 | 349 | 406 | 502 | 526 | 481 | 405 | 403 | 441 | 480 | 542 | 471 | 554 | 393 | 395 | 489 |
Mac | 5 | 95 | 86 | 118 | 103 | 115 | 101 | 133 | 83 | 88 | 98 | 110 | 127 | 107 | 250 | 67 | 112 | 117 | 123 | 100 | 109 | 162 | 59 | 72 | 62 | 76 | 105 | 100 | 87 | 106 | 79 | 70 | 74 | 100 | 87 | 96 | 66 | 76 | 93 | 113 | 116 | 91 | 107 | 65 | 92 | 112 |
Linux | 4 | 84 | 66 | 77 | 69 | 80 | 91 | 98 | 73 | 65 | 81 | 70 | 69 | 79 | 85 | 72 | 62 | 86 | 83 | 92 | 77 | 91 | 80 | 73 | 49 | 55 | 70 | 79 | 77 | 67 | 48 | 60 | 70 | 70 | 68 | 78 | 70 | 78 | 74 | 81 | 52 | 80 | 73 | 69 | 71 | 87 |
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.
Documentation
https://facelessuser.github.io/BracketHighlighter/
License
Released under the MIT license.
Copyright © 2013 - 2020 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.