GNOME Bugzilla – Bug 795947
css.lang: Prefix/suffix for colors and property values too restrictive / not necessary
Last modified: 2018-05-09 11:04:49 UTC
The color and property value contexts have a prefix and suffix that causes these to not be highlighted correctly: color:aqua; float: left!important; Will attach a patch shortly.
Created attachment 371815 [details] [review] css.lang: Remove prefix/suffix for colors and property values A space before or after a color or property value is not required, and normal keyword matching will ensure there are word boundaries before and after the keyword, so the prefix and suffix are not necessary.
Thanks, pushed as commit 366fb3a408e5f0240b82b3919537962a8a28b481.