chriskempson / vim-tomorrow-theme

Tomorrow Theme for Vim
http://github.com/chriskempson/tomorrow-theme
283 stars 141 forks source link

Tomorrow-Night TODO not highlighted #13

Closed joonro closed 12 years ago

joonro commented 12 years ago

Hi,

WIth Tomorrow-Night, TODO, FIXME .. are not highlighted. Other Tomorrow themes are fine.

Thank you, Joon

chriskempson commented 12 years ago

Have you got a screenshot of this in action or some code I can test it on?

joonro commented 12 years ago

Actually this was caused because of

call <SID>X("Todo", s:comment, s:background, "")

I just changed s:comment to s:red. May I ask you if it was intentional to not highlight TODO stuff?

chriskempson commented 12 years ago

All other themes contain the same line.

joonro commented 12 years ago

Yes .. I don't know why I thought it only happened with tomorrow-night. Anyway, it would be great if it TODO are highlighted by default.

chriskempson commented 12 years ago

Agreed, have now updated this in the current version and the dev branch. Thanks for pointing it out!

Dewdrops commented 11 years ago

it seems TODOs are not highlighted in current version ... Or how can I configure it to get TODO/FIXME highlighted?

Thank you.