There is an issue on Scintilla bug tracker for template strings support: https://sourceforge.net/p/scintilla/feature-requests/1112/ Someone mentions the `lexer.cpp.backquoted.strings` setting, and it actually works. Just add this code to your **filetypes.javascript**: ```ini [lexer_properties] lexer.cpp.backquoted.strings=1 ```
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/934#issuecomment-243690671
