intellij-rainbow-brackets icon indicating copy to clipboard operation
intellij-rainbow-brackets copied to clipboard

[WRS-3974] <> colouring in markdown table

Open dukedagmor opened this issue 1 year ago • 4 comments

Have you checked the issues and discussions to ensure there are no duplicates?

Yes

Your programming languages

markdown

Free or paid?

Free users

Expected Behavior

|heading|heading|
|-|-|
|<span>||

Should colour '<span>' at least ‘<‘ & ‘>’ the rest should be dependant on settings

Current Behavior

Does not colour <span> it does colour ‘<‘ & ‘>’ if I change it to < span> but doesn’t seem to recognise it as HTML/XML

I checked the PSI and it is registered as HTML_TAG

image

with the added space "< span>" I get the following PSI

image

Code snippet for reproduce

Does not colour <span> or '<' & '>':

|heading|heading|
|-|-|
|<span>||

Does colour '<' & '>':

|heading|heading|
|-|-|
|< span>||

Your Environment

Writerside 2023.2 EAP Build #WRS-232.10275 The jetbrains Markdown plugin is bundled with Writerside

dukedagmor avatar Jan 12 '24 10:01 dukedagmor

Thanks for investing, I will looking into this later

izhangzhihao avatar Jan 12 '24 11:01 izhangzhihao

Does not colour it does colour ‘<‘ & ‘>’ if I change it to < span> but doesn’t seem to recognise it as HTML/XML

Hi, this is behavior of the IDE itself, not this plugin. This plugin can only render something that the IDE build first. Once the IDE building something wrong the rainbowify will broken. You can submit an issue for Jetbrains here https://youtrack.jetbrains.com

izhangzhihao avatar Jan 12 '24 11:01 izhangzhihao

created issue https://youtrack.jetbrains.com/issue/WRS-3974/colouring-in-markdown-table-in-intellij-rainbow-brackets to gether feedback from the writerside devs

dukedagmor avatar Jan 15 '24 09:01 dukedagmor

youtrack still no response :'(

dukedagmor avatar Feb 05 '24 10:02 dukedagmor

Closed since no updates from the youtrack tickets.

izhangzhihao avatar Jun 02 '24 06:06 izhangzhihao