1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-05-06 21:34:09 +02:00

More keywords

This commit is contained in:
Michiel Scholten
2015-03-19 07:44:56 +01:00
parent c569bfb155
commit 8f4e89eca0
+1
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#.*$"