Skip to content

Commit 4133fca

Browse files
committed
Linking jsClassDefinition to jsFuncName
They really should be linked, because jsClassDefinition is really just a function
1 parent ad5d09e commit 4133fca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

syntax/javascript.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ if version >= 508 || !exists("did_javascript_syn_inits")
300300
HiLink jsSwitchColon Noise
301301
HiLink jsClassMethodType Type
302302
HiLink jsObjectMethodType Type
303+
HiLink jsClassDefinition jsFuncName
303304

304305
HiLink jsDestructuringBraces Noise
305306
HiLink jsDestructuringProperty jsFuncArgs

0 commit comments

Comments
 (0)