We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc4663 commit d5dbecbCopy full SHA for d5dbecb
syntax/javascript.vim
@@ -326,8 +326,9 @@ if version >= 508 || !exists("did_javascript_syn_inits")
326
HiLink jsModuleKeywords Include
327
HiLink jsModuleOperators Include
328
HiLink jsModuleDefault Include
329
- HiLink jsDecorator Tag
330
- HiLink jsDecoratorFunction Tag
+ HiLink jsDecorator Special
+ HiLink jsDecoratorFunction Function
331
+ HiLink jsParensDecorator jsParens
332
HiLink jsFuncArgOperator jsFuncArgs
333
HiLink jsModuleAsterisk Noise
334
HiLink jsClassProperty jsObjectKey
0 commit comments