We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think it is not expect behaviour. Other keyword like if else return while even true false null is highlighted but function and var is not
if
else
return
while
true
false
null
function
var
Is it a bug or you have any reason to?
Also require should be highlighted too
require
The text was updated successfully, but these errors were encountered:
Yep got the same problem!
EDIT: Same with Light (Visual Studio)
Sorry, something went wrong.
This happens only on OSx. On windows 10 highlighter works fine.
const, let, class are also not highlighted.
This is happening for me on Windows 7
Duplicate of #3903
aeschli
No branches or pull requests
I think it is not expect behaviour. Other keyword like
if
else
return
while
eventrue
false
null
is highlighted butfunction
andvar
is notIs it a bug or you have any reason to?
Also
require
should be highlighted tooThe text was updated successfully, but these errors were encountered: