AndreOneti / qml-formatter

Formatter, definition and autocomplete for QML language
MIT License
17 stars 2 forks source link

Support ES6 template literals (backtick strings) #19

Closed alvinhochun closed 2 years ago

alvinhochun commented 2 years ago

Currently the syntax highlighting doesn't highlight them as strings, and the formatter mangles the placeholders (dollar sign and curly braces).

Example

AndreOneti commented 2 years ago

Can you revalidate this issue?

alvinhochun commented 2 years ago

Thanks, the current version has these working :)