GNOME Bugzilla – Bug 770193
Some newer CSS units / dimensions are not highlighted
Last modified: 2016-08-21 17:51:28 UTC
Some newer CSS units / dimensions (e.g. rem, vh, vw) are not highlighted at the moment. I will attach a patch.
Created attachment 333805 [details] [review] css.lang: Add support for some newer CSS units / dimensions Currently the units 'vh', 'vw', 'vmin', 'vmax', 'ch', 'rem' are not highlighted with the same color as e.g. '10px'. This commit updates the 'dimension' context to fix the issue.
Review of attachment 333805 [details] [review]: Looks good, thanks.
Pushed.