brackets-userland / brackets-typescript

Brackets extension which provides support for working with TypeScript.
MIT License
9 stars 3 forks source link

Template literals in back-tick enclosed string breaks syntax highlighting #5

Closed Murazaki closed 7 years ago

Murazaki commented 7 years ago

Not much else to say. This screenshot says it all :

capture d ecran 2017-02-01 a 15 45 20
zaggino commented 7 years ago

Hi @Murazaki , this extension uses CodeMirror's TypeScript mode that's demoed here: https://codemirror.net/mode/javascript/typescript.html and repository is here: https://github.com/codemirror/CodeMirror

I've already submitted numerous issues about syntax highlighting there: https://github.com/codemirror/CodeMirror/issues?utf8=%E2%9C%93&q=author%3Azaggino%20

Brackets updates CodeMirror version with every release.

Murazaki commented 7 years ago

Just a notice for @adobe : I was a fervent user of Brackets, but this bug (among others, like the bad memory management) made me change from Brackets to Atom. And I can't say I can complain about Atom as much as Brackets, from the last two weeks of usage.