Sunday, May 31, 2015

Re: How does vim determine the way the text is colored in the section of ":help group-name"?

On 2015-05-31, Peng Yu wrote:
> Hi,
>
> I see the following text in ":help group-name" colored. But when I
> checked the file syntax.txt, I didn't see anything special for
> indicating the colors. Could anybody let me know how vim determines
> the colors? Thanks.
>
> *Comment any comment
>
> *Constant any constant
[...]
> *Todo anything that needs extra attention; mostly the
> keywords TODO FIXME and XXX

The syntax highlighting of help files is controlled by the rules in
$VIMRUNTIME/syntax/help.vim. At line 95 (of version 2014 Feb 12) is
the comment

" Highlight group items in their own color.

followed by syn match rules with patterns that match the lines you
are asking about.

Regards,
Gary

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: