You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.
Hey there, I'm new to Sublime syntax settings so apologies for my ignorance.
I'm trying to get this syntax highlighting but sublime is acting strange. The - include: scope:text.html.markdown is overriding most of the other settings.
Hey there, I'm new to Sublime syntax settings so apologies for my ignorance.
I'm trying to get this syntax highlighting but sublime is acting strange. The
- include: scope:text.html.markdown
is overriding most of the other settings.Example:
With:
- include: scope:text.html.markdown
Without:
- include: scope:text.html.markdown
I tried changing the order, but then it overrides even more of the settings.
I've tried reading the sublime documentation but I don't see anything that describes precedence or ordering of scopes.
Thanks in advance!
The text was updated successfully, but these errors were encountered: