repo
stringlengths
5
106
file_url
stringlengths
78
301
file_path
stringlengths
4
211
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 14:56:49
2026-01-05 02:23:25
truncated
bool
2 classes
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/css/scss_test.js
mode/css/scss_test.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function() { var mode = CodeMirror.getMode({indentUnit: 2}, "text/x-scss"); function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1), "scss"); } MT('url_wi...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/css/less_test.js
mode/css/less_test.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function() { "use strict"; var mode = CodeMirror.getMode({indentUnit: 2}, "text/x-less"); function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1), "less")...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/css/test.js
mode/css/test.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function() { var mode = CodeMirror.getMode({indentUnit: 2}, "css"); function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); } // Error, because "foobarh...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/css/gss_test.js
mode/css/gss_test.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/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"); ...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/tornado/tornado.js
mode/tornado/tornado.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror"), require("../htmlmixed/htmlmixed"), require("../....
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/vbscript/vbscript.js
mode/vbscript/vbscript.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE /* For extra ASP classic objects, initialize CodeMirror instance with this option: isASP: true E.G.: var editor = CodeMirror.fromTextArea(document.getElementById("code"), { ...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/slim/test.js
mode/slim/test.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE // Slim Highlighting for CodeMirror copyright (c) HicknHack Software Gmbh (function() { var mode = CodeMirror.getMode({tabSize: 4, indentUnit: 2}, "slim"); function MT(name) { test.mod...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/slim/slim.js
mode/slim/slim.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE // Slim Highlighting for CodeMirror copyright (c) HicknHack Software Gmbh (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../.....
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/pig/pig.js
mode/pig/pig.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE /* * Pig Latin Mode for CodeMirror 2 * @author Prasanth Jayachandran * @link https://github.com/prasanthj/pig-codemirror-2 * This implementation is adapted from PL/SQL...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/mirc/mirc.js
mode/mirc/mirc.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE //mIRC mode by Ford_Lawnmower :: Based on Velocity mode by Steve O'Hara (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../l...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/gfm/test.js
mode/gfm/test.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function() { var config = {tabSize: 4, indentUnit: 2} var mode = CodeMirror.getMode(config, "gfm"); function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/gfm/gfm.js
mode/gfm/gfm.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror"), require("../markdown/markdown"), require("../../addon/mo...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/nginx/nginx.js
mode/nginx/nginx.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/xml/xml.js
mode/xml/xml.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/xml/test.js
mode/xml/test.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function() { var mode = CodeMirror.getMode({indentUnit: 2}, "xml"), mname = "xml"; function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1), mname); } MT("...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/crystal/crystal.js
mode/crystal/crystal.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/smarty/smarty.js
mode/smarty/smarty.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE /** * Smarty 2 and 3 mode. */ (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof defi...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/gherkin/gherkin.js
mode/gherkin/gherkin.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE /* Gherkin mode - http://www.cukes.info/ Report bugs/issues here: https://github.com/codemirror/CodeMirror/issues */ // Following Objs from Brackets implementation: https://github.com/treg...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/lua/lua.js
mode/lua/lua.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE // LUA mode. Ported to CodeMirror 2 from Franciszek Wawrzak's // CodeMirror 1 mode. // highlights keywords, strings, comments (no leveling supported! ("[==[")), tokens, basic indenting (fu...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/eiffel/eiffel.js
mode/eiffel/eiffel.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/jsx/test.js
mode/jsx/test.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function() { var mode = CodeMirror.getMode({indentUnit: 2}, "jsx") function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)) } MT("selfclose", "[keywo...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/jsx/jsx.js
mode/jsx/jsx.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror"), require("../xml/xml"), require("../javascript/javascript...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/textile/textile.js
mode/textile/textile.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") { // CommonJS mod(require("../../lib/codemirror")); } else if (typeof define == "function" && define.am...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/textile/test.js
mode/textile/test.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function() { var mode = CodeMirror.getMode({tabSize: 4}, 'textile'); function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); } MT('simpleParagraphs', ...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/clojure/test.js
mode/clojure/test.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function () { var mode = CodeMirror.getMode({indentUnit: 2}, "clojure"); function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); } MT...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/clojure/clojure.js
mode/clojure/clojure.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports === "object" && typeof module === "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define === "function" && define.amd...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/go/go.js
mode/go/go.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/coffeescript/coffeescript.js
mode/coffeescript/coffeescript.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE /** * Link to the project's GitHub page: * https://github.com/pickhardt/coffeescript-codemirror-mode */ (function(mod) { if (typeof exports == "object" && typeof module == "object") //...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/rst/rst.js
mode/rst/rst.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror"), require("../python/python"), require("../stex/stex"), re...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/ttcn-cfg/ttcn-cfg.js
mode/ttcn-cfg/ttcn-cfg.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/protobuf/protobuf.js
mode/protobuf/protobuf.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/forth/forth.js
mode/forth/forth.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE // Author: Aliaksei Chapyzhenka (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof defi...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/handlebars/handlebars.js
mode/handlebars/handlebars.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror"), require("../../addon/mode/simple"), require("../../addon...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/solr/solr.js
mode/solr/solr.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/haskell/haskell.js
mode/haskell/haskell.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/factor/factor.js
mode/factor/factor.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE // Factor syntax highlight - simple mode // // by Dimage Sapelkin (https://github.com/kerabromsmu) (function(mod) { if (typeof exports == "object" && typeof module == "object") // Common...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/diff/diff.js
mode/diff/diff.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/tcl/tcl.js
mode/tcl/tcl.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE //tcl mode by Ford_Lawnmower :: Based on Velocity mode by Steve O'Hara (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../li...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/stylus/stylus.js
mode/stylus/stylus.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE // Stylus mode created by Dmitry Kiselyov http://git.io/AaRB (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirr...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
true
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/wast/wast.js
mode/wast/wast.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror"), require("../../addon/mode/simple")); else if (typeof d...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/wast/test.js
mode/wast/test.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function() { var mode = CodeMirror.getMode({indentUnit: 4}, "wast"); function MT(name) {test.mode(name, mode, Array.prototype.slice.call(arguments, 1));} MT('number-test', '[nu...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/jinja2/jinja2.js
mode/jinja2/jinja2.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/properties/properties.js
mode/properties/properties.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/brainfuck/brainfuck.js
mode/brainfuck/brainfuck.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE // Brainfuck mode created by Michael Kaminsky https://github.com/mkaminsky11 (function(mod) { if (typeof exports == "object" && typeof module == "object") mod(require("../../lib/code...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/toml/toml.js
mode/toml/toml.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/smalltalk/smalltalk.js
mode/smalltalk/smalltalk.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/groovy/groovy.js
mode/groovy/groovy.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/pascal/pascal.js
mode/pascal/pascal.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/scheme/scheme.js
mode/scheme/scheme.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE /** * Author: Koh Zi Han, based on implementation by Koh Zi Chun * Improved by: Jakub T. Jankiewicz */ (function(mod) { if (typeof exports == "object" && typeof module == "object") //...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/clike/test.js
mode/clike/test.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function() { var mode = CodeMirror.getMode({indentUnit: 2}, "text/x-c"); function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); } MT("indent", "[t...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/clike/clike.js
mode/clike/clike.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
true
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/rpm/rpm.js
mode/rpm/rpm.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/velocity/velocity.js
mode/velocity/velocity.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/asciiarmor/asciiarmor.js
mode/asciiarmor/asciiarmor.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/yaml/yaml.js
mode/yaml/yaml.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/oz/oz.js
mode/oz/oz.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/mbox/mbox.js
mode/mbox/mbox.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/haml/test.js
mode/haml/test.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function() { var mode = CodeMirror.getMode({tabSize: 4, indentUnit: 2}, "haml"); function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); } // Requires a...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/haml/haml.js
mode/haml/haml.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror"), require("../htmlmixed/htmlmixed"), require("../ruby/ruby...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/sparql/sparql.js
mode/sparql/sparql.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/twig/twig.js
mode/twig/twig.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror"), require("../../addon/mode/multiplex")); else if (type...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/sieve/sieve.js
mode/sieve/sieve.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/modelica/modelica.js
mode/modelica/modelica.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE // Modelica support for CodeMirror, copyright (c) by Lennart Ochel (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/co...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/ttcn/ttcn.js
mode/ttcn/ttcn.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/swift/swift.js
mode/swift/swift.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE // Swift mode created by Michael Kaminsky https://github.com/mkaminsky11 (function(mod) { if (typeof exports == "object" && typeof module == "object") mod(require("../../lib/codemirr...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/swift/test.js
mode/swift/test.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function() { var mode = CodeMirror.getMode({indentUnit: 2}, "swift"); function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); } // Ensure all number typ...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/z80/z80.js
mode/z80/z80.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) // ...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/verilog/test.js
mode/verilog/test.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function() { var mode = CodeMirror.getMode({indentUnit: 4}, "verilog"); function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); } MT("binary_literals", ...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/verilog/verilog.js
mode/verilog/verilog.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/xquery/xquery.js
mode/xquery/xquery.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/xquery/test.js
mode/xquery/test.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE // Don't take these too seriously -- the expected results appear to be // based on the results of actual runs without any serious manual // verification. If a change you made causes them to...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/d/test.js
mode/d/test.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function() { var mode = CodeMirror.getMode({indentUnit: 2}, "d"); function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); } MT("nested_comments", "...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/d/d.js
mode/d/d.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/mathematica/mathematica.js
mode/mathematica/mathematica.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE // Mathematica mode copyright (c) 2015 by Calin Barbat // Based on code by Patrick Scheibe (halirutan) // See: https://github.com/halirutan/Mathematica-Source-Highlighting/tree/master/src/l...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/pug/pug.js
mode/pug/pug.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror"), require("../javascript/javascript"), require("../css/css...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/cmake/cmake.js
mode/cmake/cmake.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) define(["...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/mscgen/mscgen_test.js
mode/mscgen/mscgen_test.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function() { var mode = CodeMirror.getMode({indentUnit: 2}, "mscgen"); function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); } MT("empty chart", ...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/mscgen/mscgen.js
mode/mscgen/mscgen.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE // mode(s) for the sequence chart dsl's mscgen, xù and msgenny // For more information on mscgen, see the site of the original author: // http://www.mcternan.me.uk/mscgen // // This mode fo...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/mscgen/msgenny_test.js
mode/mscgen/msgenny_test.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function() { var mode = CodeMirror.getMode({indentUnit: 2}, "text/x-msgenny"); function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1), "msgenny"); } MT("...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/mscgen/xu_test.js
mode/mscgen/xu_test.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function() { var mode = CodeMirror.getMode({indentUnit: 2}, "text/x-xu"); function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1), "xu"); } MT("empty char...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/troff/troff.js
mode/troff/troff.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) define(["...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/pegjs/pegjs.js
mode/pegjs/pegjs.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror"), require("../javascript/javascript")); else if (typeof ...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/cypher/test.js
mode/cypher/test.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function() { var mode = CodeMirror.getMode({tabSize: 4, indentUnit: 2}, "cypher"); function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); } MT("unbalan...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/cypher/cypher.js
mode/cypher/cypher.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE // By the Neo4j Team and contributors. // https://github.com/neo4j-contrib/CodeMirror (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(re...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/rust/rust.js
mode/rust/rust.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror"), require("../../addon/mode/simple")); else if (typeof d...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/rust/test.js
mode/rust/test.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function() { var mode = CodeMirror.getMode({indentUnit: 4}, "rust"); function MT(name) {test.mode(name, mode, Array.prototype.slice.call(arguments, 1));} MT('integer_test', '[n...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/dockerfile/test.js
mode/dockerfile/test.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function() { var mode = CodeMirror.getMode({indentUnit: 2}, "text/x-dockerfile"); function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); } MT("simple_n...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/dockerfile/dockerfile.js
mode/dockerfile/dockerfile.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror"), require("../../addon/mode/simple")); else if (typeof d...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/fcl/fcl.js
mode/fcl/fcl.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/livescript/livescript.js
mode/livescript/livescript.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE /** * Link to the project's GitHub page: * https://github.com/duralog/CodeMirror */ (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(r...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/sass/sass.js
mode/sass/sass.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror"), require("../css/css")); else if (typeof define == "fun...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/sass/test.js
mode/sass/test.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function() { var mode = CodeMirror.getMode({indentUnit: 2}, "sass"); // Since Sass has an indent-based syntax, is almost impossible to test correctly the indentation in all cases. //...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/powershell/powershell.js
mode/powershell/powershell.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { 'use strict'; if (typeof exports == 'object' && typeof module == 'object') // CommonJS mod(require('../../lib/codemirror')); else if (typeof define == 'function' ...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/powershell/test.js
mode/powershell/test.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function() { var mode = CodeMirror.getMode({indentUnit: 2}, "powershell"); function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); } function forEach(ar...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/apl/apl.js
mode/apl/apl.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/cobol/cobol.js
mode/cobol/cobol.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE /** * Author: Gautam Mehta * Branched from CodeMirror's Scheme mode */ (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/vb/vb.js
mode/vb/vb.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/ebnf/ebnf.js
mode/ebnf/ebnf.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/commonlisp/commonlisp.js
mode/commonlisp/commonlisp.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) /...
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false
codemirror/codemirror5
https://github.com/codemirror/codemirror5/blob/78555dd4ac9bc691f081eec8266a01d3fbcc0d4e/mode/htmlembedded/htmlembedded.js
mode/htmlembedded/htmlembedded.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror"), require("../htmlmixed/htmlmixed"), require("../....
javascript
MIT
78555dd4ac9bc691f081eec8266a01d3fbcc0d4e
2026-01-04T15:02:45.128819Z
false