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