Add "supports" to list of CSS at-rules

* lisp/textmodes/css-mode.el (css-at-ids): Add "supports" at-rule.
This commit is contained in:
Simen Heggestøyl 2016-08-26 19:16:47 +02:00
parent 4a46232d92
commit 09428ffc63

View file

@ -56,7 +56,7 @@
(defconst css-at-ids
'("charset" "font-face" "import" "keyframes" "media" "namespace"
"page")
"page" "supports")
"Identifiers that appear in the form @foo.")
(defconst scss-at-ids