Define the all styles before the specific ones #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dont-let-all-override-everything"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After upgrading to the latest codemirror (0.20) I noticed all my syntax highlighting was gone!
Turns out it was the
all: ...styles definition forHighlightStyle.define:The above code will yield only black text for me.
This PR moves the style definition of
allhigher in the CSS, so it will be overwritten by the, more specific, tag styles.That seems reasonable, thanks.
Hey Marijn! Could you tag a new release for
language? We are having some trouble generating the.d.tsfiles when installinglanguagedirectly from git.I've tagged 0.20.1