Re: [PATCH v1] show warning if HIGHLIGHT_SYNTAX is defaulting to source-highlight

2024-11-25 Thread Patrice Dumas
On Mon, Nov 25, 2024 at 03:02:21PM +, Carlos Maniero wrote: > At this point HIGHLIGHT_SYNTAX is defaulting to source-highlight which > will no longer be the expected result once we start executing unknown > highlighters as commands. > > Signed-off-by: Carlos Maniero > --- > I see the docs wer

[PATCH v1] show warning if HIGHLIGHT_SYNTAX is defaulting to source-highlight

2024-11-25 Thread Carlos Maniero
At this point HIGHLIGHT_SYNTAX is defaulting to source-highlight which will no longer be the expected result once we start executing unknown highlighters as commands. Signed-off-by: Carlos Maniero --- I see the docs were already updated, I don't know when the next release is scheduled. But what d