mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(ecma): use KeywordFunction as a highlight group for function
This commit is contained in:
parent
f51e07e9fa
commit
68bf36c917
1 changed files with 4 additions and 1 deletions
|
|
@ -210,7 +210,6 @@
|
|||
"debugger"
|
||||
"export"
|
||||
"extends"
|
||||
"function"
|
||||
"get"
|
||||
"in"
|
||||
"instanceof"
|
||||
|
|
@ -227,6 +226,10 @@
|
|||
"yield"
|
||||
] @keyword
|
||||
|
||||
[
|
||||
"function"
|
||||
] @keyword.function
|
||||
|
||||
[
|
||||
"new"
|
||||
"delete"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue