Sha256: 788fa79feb40e6189595ee039a5f355cb8bcccca06160688e9f13109ca9e1183
Contents?: true
Size: 461 Bytes
Versions: 20
Compression:
Stored size: 461 Bytes
Contents
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://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];", "}", "}"); })();
Version data entries
20 entries across 20 versions & 2 rubygems