X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/aa77b1540efc6f4059df0e8cbb431a6e8eb35c1e..bd39c91c78f87af5195dd5ed9dd97b470071a882:/.vim/after/syntax/tex.vim diff --git a/.vim/after/syntax/tex.vim b/.vim/after/syntax/tex.vim index eb3f901..b282a48 100644 --- a/.vim/after/syntax/tex.vim +++ b/.vim/after/syntax/tex.vim @@ -9,7 +9,7 @@ syn region texMyTTerm matchgroup=texTypeStyle start="\\tterm{" end="}" contains= syn cluster texFoldGroup add=texMyTTerm syn cluster texMatchGroup add=texMyTTerm -syn region texTodoCmd matchgroup=texTodoCmd start="\\todo{" end="}\|%stopzone\>" contains=@NoSpell +syn region texTodoCmd matchgroup=texTodoCmd start="\\todo{" end="}\|%stopzone\>" contains=@texMatchGroup,@NoSpell,texMatcher syn cluster texFoldGroup add=texTodoCmd syn cluster texMatchGroup add=texTodoCmd hi def link texTodoCmd texTodo