Is there a way to highlight a custom element similar to emphasis in vscode? #1373
Unanswered
LokiMidgard
asked this question in
Q&A
Replies: 2 comments 2 replies
-
That’s one of the main reasons not to constantly add random things to markdown, but instead benefit from either directives or MDX: other tools don’t understand things. As for how to integrate with syntax highlighting, I think that has to do with VS Code itself. I believe TextMate grammars can indeed extend each other, but not exactly sure how. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I’m not sure how it should work yet, but I’m open to discussing this feature for https://github.com/remcohaszing/vscode-markdown-decorations. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When creating a plugin, that adds a custom element, similar to remark-ins.
Is there a way to implement it in a way the vscode extension will highlight it in some way. like the emphasis or strong?
Beta Was this translation helpful? Give feedback.
All reactions