Current editor of code blocks with syntax highlighting that is CodeMirror in version 5 is considered legacy and not updated anymore. Syntax linting capabilities of JavaScript were last updated 5 years ago (for ES2019 standard max). The latest version 6.x would require rewriting all code, so might as well opt for the state-of-the-art Monaco Editor instead. This bug will track its addition, for now it's WIP.