Tweak natively supported language lexing
-
As of version 7.4.2 n++ still doesn’t properly lex the keyword
let
in javascript and I have no clue how to “tweak” the native lexing rules.I want
let
to be in the same group asconst
,var
and the rest for better highlighting purposes. -
Settings -> Style Configurator
Language: javescript
Style: keyword
User-defined keywords: let
Save & Close