-
Notifications
You must be signed in to change notification settings - Fork 7.6k
CSS: background-blend-mode highlights as incorrect property #11683
Comments
I tried with a empty test.css file and a .foo class. |
Release 1.4 build 1.4.0-16380 (release 273804e) Oh, and for me it highlights correctly in LESS and SCSS but no code hint same as you. Still does not highlight in plain CSS, but shows code hint for property and values. |
I tried adding a /cc @marcelgerber @sprintr in the hope they know more 😄. |
@ficristo It has to be defined in the codemirror's css mode. I'll put up a PR up there in a while. Should be in Brackets 1.7. |
@ficristo @torvalamo The upstream PR is codemirror/codemirror5#3740 |
@sprintr Thank you for looking into it! |
@ficristo @torvalamo The fix for this has landed in CodeMirror. |
Tracking to verify on CM update. |
Now that CodeMirror update has landed it is fixed. (I could not reproduce the problem of syntax highlighting on plain CSS, however on LESS, SCSS now the code hints come up correctly) |
Thanks for the heads up! |
Does for some reason not show as a valid css property, despite being in the config file (added last year as far as I could tell) and the code hinting list both for property and allowed values to it.
Other 3-part properties (such as
column-rule-color
) highlight just fine, so it's not a parsing issue at least, butbackground-blend-mode
just doesn't get the acceptance he desires. #foreveraloneThe text was updated successfully, but these errors were encountered: