diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-17 14:17:55 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-17 14:17:55 +0200 |
commit | af3ebda71002223b4bc6d4cc79a0359523eaa385 (patch) | |
tree | 74ed3ae3100bf4ae297fb1588073fa279cca063b /syntax/docker-compose.vim | |
parent | 6b663ec330356e92de9c68a6dac09a80a2d5b07c (diff) | |
download | vim-polyglot-af3ebda71002223b4bc6d4cc79a0359523eaa385.tar.gz vim-polyglot-af3ebda71002223b4bc6d4cc79a0359523eaa385.zip |
Fix testsv4.13.4
Diffstat (limited to 'syntax/docker-compose.vim')
-rw-r--r-- | syntax/docker-compose.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/docker-compose.vim b/syntax/docker-compose.vim index 92121065..33582ec8 100644 --- a/syntax/docker-compose.vim +++ b/syntax/docker-compose.vim @@ -1,4 +1,4 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'dockerfile') == -1 +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'docker-compose') == -1 " Vim syntax file " Language: Dockerfile |