diff options
Diffstat (limited to 'syntax/ragel.vim')
-rw-r--r-- | syntax/ragel.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/syntax/ragel.vim b/syntax/ragel.vim index 67ade168..6f6ddf50 100644 --- a/syntax/ragel.vim +++ b/syntax/ragel.vim @@ -1,3 +1,5 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ragel') == -1 + " Vim syntax file " " Language: Ragel @@ -162,3 +164,5 @@ hi link caseLabelKeyword Keyword hi link beginRL Type let b:current_syntax = "ragel" + +endif |