diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-12-07 12:21:37 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-12-07 12:21:37 +0100 |
commit | 7a0f2d974f9ac5bc85607e8c769d3370dd18ac74 (patch) | |
tree | 5c2b955af8e0f2ed54442d9e938fad403148ffce /syntax/ps1.vim | |
parent | 15aeea662e0b08088ac7b6e3ee661c834e69106a (diff) | |
download | vim-polyglot-4.1.2.tar.gz vim-polyglot-4.1.2.zip |
Updatev4.1.2
Diffstat (limited to 'syntax/ps1.vim')
-rw-r--r-- | syntax/ps1.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/ps1.vim b/syntax/ps1.vim index d1aec431..d3be8a12 100644 --- a/syntax/ps1.vim +++ b/syntax/ps1.vim @@ -175,7 +175,7 @@ if version >= 508 || !exists("did_ps1_syn_inits") HiLink ps1Comment Comment HiLink ps1CommentTodo Todo HiLink ps1CommentDoc Tag - HiLink ps1CDocParam Todo + HiLink ps1CDocParam Identifier HiLink ps1Operator Operator HiLink ps1Repeat Repeat HiLink ps1RepeatAndCmdlet Repeat |