From @Jusys on October 9, 2017 21:38
- VSCode Version: 1.17.0 (issue present in both 32bit and 64bit)
- OS Version: Windows 7 32bit, Windows 10 64bit
Steps to Reproduce:
- Create handlebars file;
- Type some html code;
- Create script block with function;
- Inside function make a call to handlebars helper with string parameter;
- After this syntax highlighting will be lost;


If call to helper is without string parameter, everything is ok:


Reproduces without extensions: I have no extensions installed
Copied from original issue: microsoft/vscode#35934