1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 12:20:05 +08:00
SpaceVim/.SpaceVim.d/syntax/SpaceVimTodoManager.vim

9 lines
213 B
VimL
Raw Normal View History

2018-07-28 20:39:57 +08:00
if exists('b:current_syntax') && b:current_syntax ==# 'SpaceVimTodoManager'
finish
endif
let b:current_syntax = 'SpaceVimTodoManager'
syntax case ignore
syn match FileName /^[^ ]*/
hi def link FileName Comment