Re: Do syntax definitions permit bold/italic/underline coloring/styling?

2021-06-20 Thread Sebastian Gniazdowski via mc
Found it in manual: one has to append "base" to not modify background color, and then eg. "bold". On 20/06/2021, Sebastian Gniazdowski wrote: > Hi, > I've tried appending the style like it works for theme files, ie.: > > keyword whole case color227;;bold+italic > > However the keyword

Do syntax definitions permit bold/italic/underline coloring/styling?

2021-06-20 Thread Sebastian Gniazdowski via mc
Hi, I've tried appending the style like it works for theme files, ie.: keyword whole case color227;;bold+italic However the keyword "case" is drawn with black color. Grepping for "bold" in syntax/ yields empty result. So it seems that it's not possible to apply the styles in syntax coloring?