【发布时间】:2015-06-17 01:48:58
【问题描述】:
我能够在 Atom 编辑器中添加 JavaScript sn-ps,但无法添加 CSS sn-ps。有没有办法在 Atom 中添加 CSS sn-ps?
#js this works fine
".source.js":
"getElementById":
"prefix": "geid"
"body": "documnet.getElementById($1)"
#css this does not work
".source.css":
"blue background":
"prefix": "bgblue"
"body": " background-color: blue "
【问题讨论】:
标签: atom-editor