bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#23383: [PATCH] Support completion of color functions in CSS mode


From: Etienne Prud'homme
Subject: bug#23383: [PATCH] Support completion of color functions in CSS mode
Date: Tue, 26 Apr 2016 18:48:52 -0400

The attached patch adds completion for CSS color functions such as
`rgb()'. Values were taken from the “CSS Color Module Level 4”. It can
be found at: https://drafts.csswg.org/css-color/#color-type

As a sidenote, how should we handle functions? Since they use
parentheses, the point is going to be outside of parentheses.

Eg.
rgba()*
      ^(point)

Also, should we include the parameters number?

Attachment: 0001-Add-completion-of-color-functions-in-CSS-mode.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]