{"id":13402150,"url":"https://github.com/facelessuser/BracketHighlighter","last_synced_at":"2025-03-14T07:32:28.030Z","repository":{"id":1674250,"uuid":"2401243","full_name":"facelessuser/BracketHighlighter","owner":"facelessuser","description":"Bracket and tag highlighter for Sublime Text","archived":false,"fork":false,"pushed_at":"2024-09-08T19:07:54.000Z","size":5334,"stargazers_count":1747,"open_issues_count":11,"forks_count":244,"subscribers_count":75,"default_branch":"master","last_synced_at":"2024-10-29T15:34:30.379Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://facelessuser.github.io/BracketHighlighter/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/facelessuser.png","metadata":{"files":{"readme":"readme.md","changelog":"CHANGES.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"support.py","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"facelessuser","custom":["https://www.paypal.me/facelessuser"]}},"created_at":"2011-09-16T18:51:35.000Z","updated_at":"2024-10-22T08:36:02.000Z","dependencies_parsed_at":"2022-09-07T01:52:41.736Z","dependency_job_id":"96c8991b-6fd6-4896-a0eb-f39a3f245583","html_url":"https://github.com/facelessuser/BracketHighlighter","commit_stats":{"total_commits":796,"total_committers":62,"mean_commits":"12.838709677419354","dds":0.2361809045226131,"last_synced_commit":"822566d2631108c7e2f137ee2d5954a3130b6842"},"previous_names":[],"tags_count":50,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facelessuser%2FBracketHighlighter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facelessuser%2FBracketHighlighter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facelessuser%2FBracketHighlighter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facelessuser%2FBracketHighlighter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/facelessuser","download_url":"https://codeload.github.com/facelessuser/BracketHighlighter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243401497,"owners_count":20285055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T19:01:12.085Z","updated_at":"2025-03-14T07:32:28.025Z","avatar_url":"https://github.com/facelessuser.png","language":"Python","funding_links":["https://github.com/sponsors/facelessuser","https://www.paypal.me/facelessuser"],"categories":["Packages","Python","RECOMMENDED PLUGINS","Editors","Develop Tools"],"sub_categories":["Linters and Syntax Highlighters","Case Study"],"readme":"[![Donate via PayPal][donate-image]][donate-link]\n[![Build][github-ci-image]][github-ci-link]\n[![Package Control Downloads][pc-image]][pc-link]\n![License][license-image]\n# BracketHighlighter\n\nBracket Highlighter matches a variety of brackets such as: `[]`, `()`, `{}`, `\"\"`, `''`, `\u003ctag\u003e\u003c/tag\u003e`, and even custom\nbrackets.\n\nThis was originally forked from pyparadigm's _SublimeBrackets_ and _SublimeTagmatcher_ (both are no longer available). I\nforked this to fix some issues I had and to add some features I had wanted.  I also wanted to improve the efficiency of\nthe matching.\n\nMoving forward, I have thrown away all of the code and have completely rewritten the entire code base to allow for a\nmore flexibility, faster, and more feature rich experience.\n\n![screenshot](docs/src/markdown/images/Example1.png)\n\n# Feature List\n\n- Customizable to highlight almost any bracket.\n- Customizable bracket highlight style.\n- High visibility bracket highlight mode.\n- Selectively disable or enable specific matching of tags, brackets, or quotes.\n- Selectively use an allowlist or blocklist for matching specific tags, brackets, or quotes based on language.\n- When bound to a shortcut, allow option to show line count and char count between match in the status bar.\n- Highlight basic brackets within strings.\n- Works with multi-select.\n- Configurable custom gutter icons.\n- Toggle bracket escape mode for string brackets (regex|string).\n- Bracket plugins that can jump between bracket ends, select content, remove brackets and/or content, wrap selections\n  with brackets, swap brackets, swap quotes (handling quote escaping between the main quotes), fold/unfold content\n  between brackets, toggle through tag attribute selection, select both the opening and closing tag name to change both\n  simultaneously, etc.\n\n# Documentation\n\nhttps://facelessuser.github.io/BracketHighlighter/\n\n# License\n\nReleased under the MIT license.\n\n[github-ci-image]: https://github.com/facelessuser/BracketHighlighter/workflows/build/badge.svg?branch=master\u0026event=push\n[github-ci-link]: https://github.com/facelessuser/BracketHighlighter/actions?query=workflow%3Abuild+branch%3Amaster\n[pc-image]: https://img.shields.io/packagecontrol/dt/BracketHighlighter.svg?labelColor=333333\u0026logo=sublime%20text\n[pc-link]: https://packagecontrol.io/packages/BracketHighlighter\n[license-image]: https://img.shields.io/badge/license-MIT-blue.svg?labelColor=333333\n[donate-image]: https://img.shields.io/badge/Donate-PayPal-3fabd1?logo=paypal\n[donate-link]: https://www.paypal.me/facelessuser\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffacelessuser%2FBracketHighlighter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffacelessuser%2FBracketHighlighter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffacelessuser%2FBracketHighlighter/lists"}