Sneagan / atom-handlebars

Handlebars awareness for the Atom Editor
Other
25 stars 17 forks source link

syntax highlighting goes away when splitting up a long line #12

Open oblakeerickson opened 10 years ago

oblakeerickson commented 10 years ago

If I split a long line like in the example below the syntax highlighting goes away:

<header id="header">
<h1>todos</h1>
{{input type="text" id="new-todo" placeholder="What needs to be done?"
        value=newTitle action="createTodo"}}
</header>