Am 22.05.2009 10:15, David Lam schrieb:
> hmm i was just wondering randomely if anyone already patched their java.vim
> syntax file for this...   im usin 7.2.182 GTK2
> 
> basically, in a block comment,  text after a period loses its highlighting
> 
> Ex.  (i use the 'desert' color scheme)
> 
> /**
>  *   This is the normal highlight color.   And this text is a different
> color
>  *    because its after a period
>  */
> public void blah()
> [...]

It's not messed up. It just highlights the title of the Javadoc comment
differently than the body. The highlight groups are javaCommentTitle and
javaDocComment. If the desert colorscheme uses colors you don't like you
can use those to change the color.

HTH,
Dennis Benzinger

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to