We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5d09e commit 4133fcaCopy full SHA for 4133fca
1 file changed
syntax/javascript.vim
@@ -300,6 +300,7 @@ if version >= 508 || !exists("did_javascript_syn_inits")
300
HiLink jsSwitchColon Noise
301
HiLink jsClassMethodType Type
302
HiLink jsObjectMethodType Type
303
+ HiLink jsClassDefinition jsFuncName
304
305
HiLink jsDestructuringBraces Noise
306
HiLink jsDestructuringProperty jsFuncArgs
0 commit comments