Daniel Demmel

Results 54 comments of Daniel Demmel

I finally managed to reproduce it, although it doesn't always happen. Still not really sure what's going on, but I do have a clue. When looking at the scope, this...

Hey, Sorry for the slow response, I got as far as reproducing the issue on master, but haven't fixed it yet. It seems the syntax highlighter gets very confused by...

Hmm, that's really odd as their commit only pulled in the latest changes from this repo which only had an unrelated fix: https://github.com/microsoft/vscode/commit/45db52ba6bd211cecd03897caee0531350071721#diff-d15d8c6b4b1f6cdcdb925a0f62644dedR9 It's definitely still an issue in Sublime...

Hey, I'm not quite sure what's the root cause, but it's probably because of the fact that whatever is inside the script tags needs to be defined from scratch, as...

Hmm, I have no idea how to make that work... But just to understand what's going on, can you please describe what you tried and what happened?

Hey @jospas, That's expected, for a bare `` tag it's assumed that it'll be all Javascript inside. If you want the contents to be parsed as Handlebars, you'll need to...

Thanks for the report! Would you mind giving a bit more detail on the issue, together with examples and screenshots? NB. I haven't used Handlebars syntax myself for several years...

Right, I had a dig and this is a side effect of handling these different `text/template` script types and recognising the Handlebars templates inside them (rather than just treating them...

That's a very good question, I have no idea! :) The .handlebars extension is the first one in the list of supported ones, so maybe that could be it: https://github.com/daaain/Handlebars/blob/master/grammars/Handlebars.json#L786...

Hey @aeschli, Really sorry for taking this long to get back to you! I'm not really sure what's going on here, this problem doesn't seem to manifest in Sublime Text:...