Skip to content

Maintain custom highlights inside tables #21

@mpasa

Description

@mpasa

It seems that custom highlights are lost when matched inside a table cell.

Example document:

# test

foo

| Column1 |
| ------- |
| foo     |

Add the syntax and highlights:

syn match Custom "foo"
highlight Custom guifg=red

Output when editing is showing the styles as expected:

image

But normal mode rendering is removing the highlight inside the table:

image

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions