Template literals for server JavaScript use wrong style #286
Labels
committed
Issue fixed in repository but not in release
html
Caused by the hypertext lexer
javascript
Caused for JavaScript by the cpp or html lexer
#280 added basic template literal support but it only works for client-side scripts, not server-side where it produces client style
SCE_HJ_TEMPLATELITERAL
(53) instead of server-sideSCE_HJA_TEMPLATELITERAL
(68).statePrintForState
needs to be updated to allow forSCE_HJ_TEMPLATELITERAL
:This will be committed in a couple of days.
The text was updated successfully, but these errors were encountered: