From eec52af5538b94cf72b06474ac5a62d68b75222d Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Sun, 20 Mar 2022 18:21:11 +0800 Subject: [PATCH] chore(license): add file head --- syntax/SpaceVimTodoManager.vim | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/syntax/SpaceVimTodoManager.vim b/syntax/SpaceVimTodoManager.vim index 3805a608c..cc8292e0b 100644 --- a/syntax/SpaceVimTodoManager.vim +++ b/syntax/SpaceVimTodoManager.vim @@ -1,3 +1,11 @@ +"============================================================================= +" SpaceVimTodoManager.vim --- syntax file for TodoManager +" Copyright (c) 2016-2019 Wang Shidong & Contributors +" Author: Wang Shidong < wsdjeg@outlook.com > +" URL: https://spacevim.org +" License: GPLv3 +"============================================================================= + if exists('b:current_syntax') && b:current_syntax ==# 'SpaceVimTodoManager' finish endif