Remove extra HTML syntax todo highlights

This commit is contained in:
Kenneth Benzie 2020-04-07 13:22:35 +01:00
parent b40a9abb59
commit 3e639c4936

View File

@ -1,4 +0,0 @@
syn keyword htmlTodo TODO
syn region htmlCommentPart contained start=+--+ end=+--\s*+ contains=htmlTodo,@htmlPreProc,@Spell
hi default link htmlTodo Todo