You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Place your cursor anywhere on the items=items line.
Expected behavior
Expect {{ and }} to be highlighted - there should be nothing highlighted if your cursor is on the content between brackets.
Actual behavior
<body> and </body> are highlighted.
Bracket matcher:
As you can see my cursor is on {{table}}, but it shows bracket matcher and underline on h4 tag which is wrong... By the way, this is handlebars file.
Atom: 1.23.3
OS: macOS
The text was updated successfully, but these errors were encountered:
Thanks for the report - I'm unable to reproduce with 1.23.3 on macOS 10.12.6. Can you reproduce in safe mode (atom --safe)? If you can copy/paste the raw HTML that would be helpful too.
Thanks @bsvipas - I tried with the 1.25.0-beta0 in safe mode and couldn't reproduce again. I also tried temporarily resetting back to factory defaults:
rsese
changed the title
Bracket matcher
Brackets should not be highlighted when cursor is in content between brackets with Handlebars
Jul 2, 2018
rsese
changed the title
Brackets should not be highlighted when cursor is in content between brackets with Handlebars
Brackets should not be highlighted when cursor is in content between tags with Handlebars
Jul 2, 2018
Edited by @rsese
test.hbs
with this content:items=items
line.Expected behavior
Expect- there should be nothing highlighted if your cursor is on the content between brackets.{{
and}}
to be highlightedActual behavior
<body>
and</body>
are highlighted.Bracket matcher:
As you can see my cursor is on {{table}}, but it shows bracket matcher and underline on h4 tag which is wrong... By the way, this is handlebars file.
Atom: 1.23.3
OS: macOS
The text was updated successfully, but these errors were encountered: