diff options
Diffstat (limited to 'syntax/dcov.vim')
-rw-r--r-- | syntax/dcov.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/dcov.vim b/syntax/dcov.vim index 83315eda..bfd7b91c 100644 --- a/syntax/dcov.vim +++ b/syntax/dcov.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'dlang') == -1 + " Vim syntax file for coverage information for the reference compiler (DMD) of " the D programming language. " @@ -50,4 +51,5 @@ hi def link dcovLow Operator hi def link dcovPartial Structure let b:current_syntax = "dcov" + endif |