summaryrefslogtreecommitdiffstats
path: root/syntax/gmpl.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--syntax/gmpl.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/gmpl.vim b/syntax/gmpl.vim
index 326b62d1..b157c012 100644
--- a/syntax/gmpl.vim
+++ b/syntax/gmpl.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'gmpl') == -1
+
" Vim syntax file
" Language: GMPL
" Maintainer: Mark Mba Wright
@@ -117,4 +118,5 @@ hi def link gmplType Type
hi def link gmplLabel Keyword
hi def link gmplString String
hi def link gmplStringToken Special
+
endif