summaryrefslogtreecommitdiffstats
path: root/syntax/carp.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--syntax/carp.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/carp.vim b/syntax/carp.vim
index e6503621..48b684ee 100644
--- a/syntax/carp.vim
+++ b/syntax/carp.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'carp') == -1
+
" Vim syntax file
" Language: Carp
" Maintainer: Veit Heller <veit@veitheller.de>
@@ -164,4 +165,5 @@ if version >= 508 || !exists("carp_syntax_init")
endif
let b:current_syntax = "carp"
+
endif