-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Can we highlight double backticks? #14
Comments
Hmmm. The sample image in #13 shows highlighting for double backticks. My VSCode display does not -- perhaps there's some setting I need to set or change? |
Hi! This is either a regression or a theme compatibility thing. What theme are you using? And if you don't mind checking - are single ticks highlighted in markdown files with this theme? |
Hi @trond-snekvik -- thanks for your quick response! Let's see, my VSCode is currently set to
As you suspected, I see the connection to the color theme. My guess is there's nothing I can do to "fix" the |
I see. The syntax highlighting symbol ID is actually the same as the built-in markdown extension uses for single ticks, but it's pretty obscure, and never listed in the docs. I'll see if I can find one that exists in all these themes. Thanks for the thorough check! |
I intend to fix and release this tomorrow, so hopefully you won't have to resort to workarounds, but there is a way to override these type of highlighting issues: https://code.visualstudio.com/docs/getstarted/themes#_editor-syntax-highlighting In this case, the |
Thank you @trond-snekvik . 👍 |
Now using the more common Fixed the monospaced strings in ec6155f, and did some additional tweaks in 316535b and da987c8 to ensure as rich highlighting as possible in as many themes as possible. I'd be happy to take additional requests for missing symbol highlights, but I'll close this issue, as all listed themes now highlight the double backticks correctly. |
@trond-snekvik Thank you for making a very useful extension even better. 🚀 |
Just installed to test and the highlighting looks very useful. 👍 I see that single backticks (`text`) are nicely highlighted, but double backticks (``text``) are not. Is it possible to add highlighting to double backticks?
The text was updated successfully, but these errors were encountered: