angular-ui / AngularJS-sublime-package

AngularJS code completion, snippets, go to definition, quick panel search, and more.
MIT License
1.42k stars 169 forks source link

BracketHighlighter doesn't highlight tags #54

Closed lombardi-gux closed 10 years ago

lombardi-gux commented 10 years ago

When the file type is set to HTML (AngularJS) in the status bar, BracketHighlighter does not highlight matching HTML tags. It does highlight matching quotes, brackets, etc. just not tags.

Switching the status bar menu to HTML works, it's only when set to HTML angular.

subhaze commented 10 years ago

Not really anything that can be done in this package. Maybe there's a setting in BracketHighlighter that allows you to set other syntax files for angle brackets.

The syntax name that's used is HTML (Angular.js)

The debug output for BracketHighlighter with this syntax enabled is:

BracketHighlighter: Search patterns:
(?:(\{)|(\})|(\()|(\))|(\[)|(\]))
(?:(\{)|(\})|(\()|(\))|(\[)|(\]))