summaryrefslogtreecommitdiffstats
path: root/syntax/raml.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--syntax/raml.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/raml.vim b/syntax/raml.vim
index b52cf23b..69f7439c 100644
--- a/syntax/raml.vim
+++ b/syntax/raml.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'raml') == -1
+
" Vim syntax file
" Language: RAML (RESTful API Modeling Language)
" Maintainer: Eric Hopkins <eric.on.tech@gmail.com>
@@ -105,4 +106,5 @@ let b:current_syntax = "raml"
let &cpo = s:cpo_save
unlet s:cpo_save
+
endif