diff options
Diffstat (limited to 'syntax/jst.vim')
-rw-r--r-- | syntax/jst.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/syntax/jst.vim b/syntax/jst.vim index 8c43c525..be4b0c0c 100644 --- a/syntax/jst.vim +++ b/syntax/jst.vim @@ -1,3 +1,5 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'jst') == -1 + if exists("b:current_syntax") finish endif @@ -85,3 +87,5 @@ if exists("loaded_matchit") endif " vim: nowrap sw=2 sts=2 ts=8: + +endif |