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:
parent
4a46232d92
commit
09428ffc63
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue