From 8f4e89eca03a9be34f4cd9630aa7a9bbd9efd3e4 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Thu, 19 Mar 2015 07:44:56 +0100 Subject: [PATCH] More keywords --- .vim/syntax/todo.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/syntax/todo.vim b/.vim/syntax/todo.vim index 547b423..1b0c1ff 100644 --- a/.vim/syntax/todo.vim +++ b/.vim/syntax/todo.vim @@ -3,6 +3,7 @@ if exists("b:current_syntax") endif syntax keyword todoKeyword todo done +syntax keyword todoKeyword vrij free highlight link todoKeyword Keyword syntax match todoComment "\v#.*$"