Skip to content

Commit 801aad4

Browse files
committed
Change highlight link for decorators to 'Tag'
This makes quite a bit more sense to me since decorators are a type of annotation to the function below.
1 parent 20bb09a commit 801aad4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

syntax/javascript.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,8 @@ if version >= 508 || !exists("did_javascript_syn_inits")
326326
HiLink jsModuleKeywords Include
327327
HiLink jsModuleOperators Include
328328
HiLink jsModuleDefault Include
329-
HiLink jsDecorator Special
330-
HiLink jsDecoratorFunction Special
329+
HiLink jsDecorator Tag
330+
HiLink jsDecoratorFunction Tag
331331
HiLink jsFuncArgOperator jsFuncArgs
332332
HiLink jsModuleAsterisk Noise
333333
HiLink jsClassProperty jsObjectKey

0 commit comments

Comments
 (0)