We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b9dc92 commit ae09dffCopy full SHA for ae09dff
syntax/javascript.vim
@@ -286,6 +286,7 @@ if version >= 508 || !exists("did_javascript_syn_inits")
286
HiLink jsGenerator jsFunction
287
HiLink jsArrowFuncArgs jsFuncArgs
288
HiLink jsFuncName Function
289
+ HiLink jsFuncCall Function
290
HiLink jsClassFuncName jsFuncName
291
HiLink jsObjectFuncName Function
292
HiLink jsArguments Special
0 commit comments