summaryrefslogtreecommitdiffstats
path: root/syntax/rst.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/rst.vim')
-rw-r--r--syntax/rst.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/rst.vim b/syntax/rst.vim
index 93e2e9e3..0679a396 100644
--- a/syntax/rst.vim
+++ b/syntax/rst.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'rst') == -1
+
" Vim syntax file
" Language: reStructuredText documentation format
" Maintainer: Marshall Ward <marshall.ward@gmail.com>
@@ -289,4 +290,5 @@ let b:current_syntax = "rst"
let &cpo = s:cpo_save
unlet s:cpo_save
+
endif