From 3c15183dc93fcabccca1e324a83baf02b2e9bf8a Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 5 Apr 2016 10:59:26 -0400 Subject: syntax/todo.vim: Remove old highlight code These lines were copied from my manual highlighting of TODO files created a few days ago. They served as a guide while creating the highlighting in the syntax file. --- syntax/todo.vim | 3 --- 1 file changed, 3 deletions(-) (limited to 'syntax') diff --git a/syntax/todo.vim b/syntax/todo.vim index f1cd862..56cce73 100644 --- a/syntax/todo.vim +++ b/syntax/todo.vim @@ -2,9 +2,6 @@ if exists('b:current_syntax') finish endif -" highlight Undone ctermbg=yellow ctermfg=235 -" match Undone /^- .\+/ - syntax match todoUndone /^- .\+/ highlight link todoUndone Statement -- cgit v1.2.3