Ace.Tern icon indicating copy to clipboard operation
Ace.Tern copied to clipboard

Html Beautify Bug

Open Sevin777 opened this issue 8 years ago • 0 comments

closing bracket shouldn't trigger auto format when its inside of a string literal (using string interpolation)

`string interpolation bug ${closeThisBraketAndItTriesToAutoFormat`

Interpolation is only allowed in in template strings (that start with the ` symbol)

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/template_strings

will likely have to search for token before opening bracket to determine if in template string

Sevin777 avatar Aug 09 '15 11:08 Sevin777