summaryrefslogtreecommitdiffstats
path: root/syntax/emblem.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/emblem.vim')
-rw-r--r--syntax/emblem.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/syntax/emblem.vim b/syntax/emblem.vim
index 5ac72127..012973a7 100644
--- a/syntax/emblem.vim
+++ b/syntax/emblem.vim
@@ -3,9 +3,9 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'emblem') == -1
" Language: emblem
" Maintainer: Yulij Andreevich Lesov <yalesov@gmail.com>
" URL: http://github.com/yalesov/vim-emblem
-" Version: 2.0.0
-" Last Change: 2016 Jul 5
-" License: GPL-3.0
+" Version: 2.0.1
+" Last Change: 2016 Jul 6
+" License: ISC
" Quit when a syntax file is already loaded.
if exists('b:current_syntax') && b:current_syntax == 'emblem'