summaryrefslogtreecommitdiffstats
path: root/syntax/qmake.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/qmake.vim')
-rw-r--r--syntax/qmake.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/qmake.vim b/syntax/qmake.vim
index acc09c6b..5639b994 100644
--- a/syntax/qmake.vim
+++ b/syntax/qmake.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'qmake') == -1
+
" qmake project syntax file
" Language: qmake project
" Maintainer: Arto Jonsson <ajonsson@kapsi.fi>
@@ -298,4 +299,5 @@ hi def link qmakeQtConfiguration PreProc
hi def link qmakeScope Conditional
let b:current_syntax = "qmake"
+
endif