Bug in Javascript ES2015
-
-
Template literals syntax highlighting is not working in .html files.
-
Nested template literals syntax highlighting is not working
Example:
const classes =header ${ isLargeScreen() ? '' :
icon-${item.isCollapsed ? ‘expander’ : ‘collapser’}}
;
-
-
npp currently updates its underlying scintilla control so it might be that
this get solved in a few days/weeks. -
@Ekopalypse No, this issue not yet solved. Kindly check the below screenshot.
https://i.ibb.co/Y0Xh5kZ/testtt.png -
are you using npp 7.7, which is currently in development?
-
see here.