On Sat, 10 Jul 2010, björn wrote:

> Hi,
> 
> I am trying out the +conceal feature in the 7.3 branch with TeX and 
> noticed that ":set conc=1" will turn Greek letter backslash commands 
> into actual Greek letters.  Nice!

I was confused for a minute, because this doesn't seem to have trickled 
down into filetype=context.  Anyone want to update that?


> ...but what's with the syntax highligting?  Greek letters are 
> highlighted with a medium dark grey background and light grey 
> foreground making the letters almost impossible to see.  I tried 
> digging through the syntax file for TeX but could not figure out which 
> highlight group controls this unfortunate choice of colors.  Can 
> somebody (Chip?) tell me how to change the colors to something more 
> readable?

'Conceal' is the group name, so:

" clear the grey
:hi clear Conceal

" set something manually:
:hi Conceal (settings)

" or link to something:
:hi link Conceal Constant

The grey makes sense for the initial concept of 'conceal = something 
hidden', but with the number of use-cases for the 'conceal' feature I've 
seen so far, maybe it makes sense to add a concealgroup=Whatever option 
to syntax?

-- 
Best,
Ben

-- 
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

Reply via email to