It seems that 4 years ago this package recommended disabling the built in matching:
Sublime's bracket highlighter can clash with BH's and it advisable to disable Sublime's bracket matching visualization.
https://github.com/facelessuser/BracketHighlighter/blob/1ce9b7aac2bfde2c56504936fb46717ba01adca7/docs/src/markdown/usage.md?plain=1#L11C1-L11C120
Two years later this note was added:
/// note | Outdated Recommendation
Previously, it was recommended to disable the following features, but this also disabled bracket related features
in "expand selections" and such. This is no longer recommended.
2d61c18
But the original recommendation in the first paragraph and in the quickstart.md remains.
So what are the currently recommended configuration changes to make in Sublime after installing BracketHighlighter? If I have clarity on what is recommended I am happy to open a PR to update the documentation.
It seems that 4 years ago this package recommended disabling the built in matching:
https://github.com/facelessuser/BracketHighlighter/blob/1ce9b7aac2bfde2c56504936fb46717ba01adca7/docs/src/markdown/usage.md?plain=1#L11C1-L11C120
Two years later this note was added:
2d61c18
But the original recommendation in the first paragraph and in the quickstart.md remains.
So what are the currently recommended configuration changes to make in Sublime after installing BracketHighlighter? If I have clarity on what is recommended I am happy to open a PR to update the documentation.