projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a46232
)
Add "supports" to list of CSS at-rules
author
Simen Heggestøyl
<simenheg@gmail.com>
Fri, 26 Aug 2016 17:16:47 +0000
(19:16 +0200)
committer
Simen Heggestøyl
<simenheg@gmail.com>
Fri, 26 Aug 2016 17:16:47 +0000
(19:16 +0200)
* lisp/textmodes/css-mode.el (css-at-ids): Add "supports" at-rule.
lisp/textmodes/css-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/css-mode.el
b/lisp/textmodes/css-mode.el
index 261826e8b26edc8851f842c082c00c0631e0d256..4d8170eda0629009eaad6c8396d16b62f2fe2227 100644
(file)
--- a/
lisp/textmodes/css-mode.el
+++ b/
lisp/textmodes/css-mode.el
@@
-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