1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 00:05:10 +01:00

More keywords

This commit is contained in:
Michiel Scholten
2015-03-19 07:44:56 +01:00
parent c569bfb155
commit 8f4e89eca0

View File

@@ -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#.*$"