summaryrefslogtreecommitdiffstats
path: root/syntax/ragel.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--syntax/ragel.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/ragel.vim b/syntax/ragel.vim
index 57e89637..0ac49771 100644
--- a/syntax/ragel.vim
+++ b/syntax/ragel.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ragel') == -1
+
" Vim syntax file
"
" Language: Ragel
@@ -163,4 +164,5 @@ hi link caseLabelKeyword Keyword
hi link beginRL Type
let b:current_syntax = "ragel"
+
endif