mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 00:05:10 +01:00
Started syntax highlighting of 'todo' files
This commit is contained in:
8
.vim/syntax/todo.vim
Normal file
8
.vim/syntax/todo.vim
Normal file
@@ -0,0 +1,8 @@
|
||||
if exists("b:current_syntax")
|
||||
finish
|
||||
endif
|
||||
|
||||
syntax keyword todoKeyword todo done
|
||||
highlight link todoKeyword Keyword
|
||||
|
||||
let b:current_syntax = "todo"
|
||||
Reference in New Issue
Block a user