summaryrefslogtreecommitdiffstats
path: root/syntax/ansible_hosts.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2019-09-27 19:47:32 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2019-09-27 19:47:32 +0200
commitf95026252c5a31242903a98c741887696dfbb11f (patch)
treecd697cdc96c20a44f03ff3aacc67f78fdcc6ece5 /syntax/ansible_hosts.vim
parent4f3df59be709bf0d5c5c67dc804fde49abdc2700 (diff)
downloadvim-polyglot-f95026252c5a31242903a98c741887696dfbb11f.tar.gz
vim-polyglot-f95026252c5a31242903a98c741887696dfbb11f.zip
Update everything, closes #435
Diffstat (limited to 'syntax/ansible_hosts.vim')
-rw-r--r--syntax/ansible_hosts.vim10
1 files changed, 5 insertions, 5 deletions
diff --git a/syntax/ansible_hosts.vim b/syntax/ansible_hosts.vim
index 953cd918..5bdf0530 100644
--- a/syntax/ansible_hosts.vim
+++ b/syntax/ansible_hosts.vim
@@ -16,11 +16,11 @@ syn region hostsHeader start="\v^\s*\[" end="\v\]"
syn keyword hostsHeaderSpecials children vars containedin=hostsHeader contained
syn match hostsComment "\v^[#;].*$"
-highlight link hostsFirstWord Label
-highlight link hostsHeader Define
-highlight link hostsComment Comment
-highlight link hostsHeaderSpecials Identifier
-highlight link hostsAttributes Structure
+highlight default link hostsFirstWord Label
+highlight default link hostsHeader Define
+highlight default link hostsComment Comment
+highlight default link hostsHeaderSpecials Identifier
+highlight default link hostsAttributes Structure
if exists("g:ansible_attribute_highlight")
if g:ansible_attribute_highlight =~ 'n'