intellij-rainbow-brackets
intellij-rainbow-brackets copied to clipboard
[WRS-3974] <> colouring in markdown table
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
with the added space "< span>" I get the following PSI
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
Thanks for investing, I will looking into this later
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
created issue https://youtrack.jetbrains.com/issue/WRS-3974/colouring-in-markdown-table-in-intellij-rainbow-brackets to gether feedback from the writerside devs
youtrack still no response :'(
Closed since no updates from the youtrack tickets.