www.gusucode.com > 62:【198-3583】(自适应手机中英双语版)响应式电子节能照明类dede织梦模板源码 > 62:【198-3583】(自适应手机中英双语版)响应式电子节能照明类dede织梦模板源码/dede/js/mode/css/gss_test.js

    // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE

(function() {
  "use strict";

  var mode = CodeMirror.getMode({indentUnit: 2}, "text/x-gss");
  function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1), "gss"); }

  MT("atComponent",
     "[def @component] {",
     "[tag foo] {",
     "  [property color]: [keyword black];",
     "}",
     "}");

})();