Atom是否支持CSS代码段

时间:2015-06-02 20:09:43

标签: atom-editor

我能够在Atom编辑器中添加JavaScript代码段,但我无法添加CSS代码段。有没有办法在Atom中添加CSS片段?

#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 "

1 个答案:

答案 0 :(得分:2)

我只是按照您发布的方式尝试了它,它对我有用。

确保您的Atom已完全更新,并确保您尝试使用该代码段的文档使用相应的语言/语法。