highlights(ecma): use KeywordFunction as a highlight group for function

This commit is contained in:
antonk52 2021-05-16 23:56:21 +03:00 committed by Thomas Vigouroux
parent f51e07e9fa
commit 68bf36c917

View file

@ -210,7 +210,6 @@
"debugger"
"export"
"extends"
"function"
"get"
"in"
"instanceof"
@ -227,6 +226,10 @@
"yield"
] @keyword
[
"function"
] @keyword.function
[
"new"
"delete"