diff options
Diffstat (limited to '')
-rw-r--r-- | syntax/ember-script.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/syntax/ember-script.vim b/syntax/ember-script.vim index 43814b51..6f6eadad 100644 --- a/syntax/ember-script.vim +++ b/syntax/ember-script.vim @@ -3,9 +3,9 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'emberscript') = " Language: ember-script " Maintainer: Yulij Andreevich Lesov <yalesov@gmail.com>> " URL: http://github.com/yalesov/vim-ember-script -" Version: 1.0.3 -" Last Change: 2016 Jul 5 -" License: GPL-3.0 +" Version: 1.0.4 +" Last Change: 2016 Jul 6 +" License: ISC if exists('b:current_syntax') && b:current_syntax == 'ember-script' finish |