I installed BracketHighlighter on a clean install of Sublime Text 3 (latest version) using a clean install of Package Control. I also had the issue on a sublime text 2 install before. Below I show the issue I am having where if I put the cursor (denoted with "|") on the ending element, tags (denoted by "T") will show for both, but if I put it for the beginning element, a question mark will appear. Has anyone had this issue before? How should I go about solving it?
?1 <d|iv>
2 <h1>Blah</h1>
3 </div>
T5 <div>
6 <h1>Blah</h1>
T7 </d|iv>
EDIT:
No changes to the settings. Other plugins installed are: AdvancedNewFile, OpenInBrowser, Package Control, BrowserRefresh, ViewInBrowser, and SublimeLinter
This problem exists with all kinds of tags.
Filing an issue at the repo is correct response. This issue should be patched now. Details are found here: https://github.com/facelessuser/BracketHighlighter/issues/205#issuecomment-64310671.