Hi,
I use a lot of comments in my markdown documents using the following format: [//]: # (Comment Text). In MarkdownEditing
, comments in this format are rendered attractively with a bright background colour- as long as they do not have line-breaks. I’d like to edit this so that line-breaks do not affect the background highlighting for these comments.
More explicitly, comments of this form are highlighted:
[//]: # (This is a comment without a line-break.)
While comments of this form are not:
[//]: # (This is a comment with a line-break.)
I’d like to change this so that the highlighting is not affected by line-breaks.
I used Package Resource Viewer
and Color Scheme Editor
to try and edit the colour scheme. But, I’m not sure how and what to edit in the .tmTheme xml file.