summaryrefslogtreecommitdiffstats
path: root/syntax/dsdl.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--syntax/dsdl.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/dsdl.vim b/syntax/dsdl.vim
index 3300ca70..c7cc2425 100644
--- a/syntax/dsdl.vim
+++ b/syntax/dsdl.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'dlang') == -1
+
" Vim syntax file for DUB configurations."
"
" Language: SDLang (dub config)
@@ -89,4 +90,5 @@ hi def link dsdlStatement Statement
hi def link dsdlAttribute Tag
let b:current_syntax = "dsdl"
+
endif