GNOME Bugzilla – Bug 795949
css.lang: Add keyword arguments for CSS3 functions
Last modified: 2018-05-09 11:06:32 UTC
Several CSS3 functions take keyword arguments, e.g.: background: radial-gradient(circle at left top, #e66465, #9198e5); Will attach a patch shortly.
Created attachment 371818 [details] [review] css.lang: Add keyword arguments for CSS3 functions This adds a css3-function-arguments context to highlight keyword arguments for CSS3 functions. This also adds named colors as values to match in the function context, which will work when bug 795947 is resolved.
Created attachment 371833 [details] [review] css.lang: Add keyword arguments for CSS3 functions This adds a css3-function-arguments context to highlight keyword arguments for CSS3 functions. This also adds named colors as values to match in the function context, which will work when bug 795947 is resolved. (Rebased on git master.)
Thanks, pushed as commit bb6a105f23099aab141ad212ef4e087f595de896.