-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Markdown highlighting issues #1597
Comments
Can you reproduce on commit 83bde10 (right before incremental changes?) I had a similar issue with |
This might be doable with some changes to the queries. Right now we just match against |
I'm getting the same behavior on that commit, too. 😕 Edit: Currently markdown's
Looks like it's pretty simple. Works as you suggested (except for the missing theme keys, obviously):
Though, I'm not sure how overriding styles works, i.e. have |
We always use the most specific style, so if you have If it works, can you go ahead and make a PR? We can use |
Yes, I'll take a look at it soon! |
I think |
These are a few problems I've encountered with the markdown syntax highlighting while updating the
everforest
theme:lists appear to use
punctuation
for the leading-
/*
/1.
/etc. I expected them to usemarkup.list
instead.markup.list
isn't used for lists, what is it used for?there is only a single color for all headings, some themes might expect one per level (Allow separate styles for markup headings #1618):

changing the theme sometimes causes the list color to be different:

#e67e80
, sometimes it's orange (right)#e69875
punctuation
andspecial
The text was updated successfully, but these errors were encountered: