randy3k / LaTeXBox

A lightweight but deprecated LaTeX Plugin for Sublime Text 3
44 stars 8 forks source link

BracketHighlighter Settings #30

Closed selimb closed 9 years ago

selimb commented 9 years ago

After trying to figure out why BracketHighlighter was no longer showing unmatched brackets, I found out that what is suggested in BracketHighlighter Settings (in Wiki) currently overrides all defaults in BracketHighlighter.

This problem can easily be fixed by using "user_scope_brackets" and "user_brackets" instead of "scope_brackets" and "brackets", respectively. I got this information from the BracketHighlighter documentation.

I believe it would be nice to make the change in the wiki (would've made pull request but I don't think github supports Wiki pull requests?).

randy3k commented 9 years ago

@Kreger51, thanks for pointing it out. I have updated the wiki accordingly.

Github doesn't support PR to wiki officially. But there is a way to do it.

selimb commented 9 years ago

Thanks for the link! I'll use that next time :)