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 was 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.
Edited by @rsese
test.hbswith this content:items=itemsline.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