BracketHighlighter
BracketHighlighter copied to clipboard
Bracket and tag highlighter for Sublime Text
When building generic key bindings, [for example to select/move to brackets](https://github.com/facelessuser/BracketHighlighter/blob/33995c52c1fe7814791c64c084e836be8f73454f/Example.sublime-keymap#L27), you must specify `"type": ["__all__"]` for all of them because an empty or not provided value will cause the...
## Description New Ruby endless method syntax breaks the Bracket Highlighter: ```ruby def method_name() = method_definition ``` It would appear that the Bracket Highlighter is looking for an `end` keyword...
There is an example with an if / end in Lua:  The inner instructions (print) have 2 tabs ident, I want to fix them to only 1 tab. So...
I added a new `user_swapping` and `user_wrapping` functionality mirroring the `user_brackets` and `user_scope_brackets` functionality to allow users to override some of the upstream options without losing out on future updates.
## Description The "Swap Quotes" function, intended to switch a double-quoted string to a single-quoted string or vice versa, sometimes does nothing, but results in an error dumped to the...
## Description Command ```bh_modules.tagnameselect``` does not work in vue files ## Support Info - ST ver.: 3211 - Platform: linux - Arch: x64 - Plugin ver.: 2.28.1 - Install via...
Please support '
I would like for the same bracket highlighting that works in my HTML documents to work in my Markdown and TXT documents. Is possible to configure this in settings? I'm...
## Performance issue when frequently modifying view settings Recently I am working on a package with the following `sublime_plugin.ViewEventListener` ```python class FooBar(sublime_plugin.ViewEventListener): @classmethod def is_applicable(cls, settings): print("checked") return True ```...