BracketHighlighter icon indicating copy to clipboard operation
BracketHighlighter copied to clipboard

Bracket and tag highlighter for Sublime Text

Results 16 BracketHighlighter issues
Sort by recently updated
recently updated
newest added

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...

T: feature

## 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...

S: triage

There is an example with an if / end in Lua: ![image](https://user-images.githubusercontent.com/11199752/131219972-663e99b5-9019-4233-a9cd-e0d0e589198f.png) The inner instructions (print) have 2 tabs ident, I want to fix them to only 1 tab. So...

P: maybe
T: feature
C: plugins

This issue was opened in response to #591.

S: triage

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...

S: triage
S: more-info-needed

## 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...

T: 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...

P: maybe
T: feature
C: plugins

## 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 ```...

P: maybe
T: enhancement