summaryrefslogtreecommitdiffstats
path: root/syntax/hcl.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--syntax/hcl.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/hcl.vim b/syntax/hcl.vim
index 8937cabe..66d4071c 100644
--- a/syntax/hcl.vim
+++ b/syntax/hcl.vim
@@ -1,5 +1,6 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'hcl') == -1
+
if exists("b:current_syntax")
finish
endif
@@ -43,4 +44,5 @@ hi def link hclInterpolation String
hi def link hclSimpleString PreProc
let b:current_syntax = "hcl"
+
endif