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 |
|---|---|---|---|---|---|---|---|---|
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/r/r.js | static/js/others/mode/r/r.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/dtd/dtd.js | static/js/others/mode/dtd/dtd.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
/*
DTD mode
Ported to CodeMirror by Peter Kroon <plakroon@gmail.com>
Report bugs/issues here: https://github.com/codemirror/CodeMirror/issues
GitHub: @peterkroon
*/
(function(mod) {
... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/ntriples/ntriples.js | static/js/others/mode/ntriples/ntriples.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
/**********************************************************
* This script provides syntax highlighting support for
* the N-Triples format.
* N-Triples format specification:
* https://www.... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/octave/octave.js | static/js/others/mode/octave/octave.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/mllike/mllike.js | static/js/others/mode/mllike/mllike.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/perl/perl.js | static/js/others/mode/perl/perl.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
// CodeMirror2 mode/perl/perl.js (text/x-perl) beta 0.10 (2011-11-08)
// This is a part of CodeMirror from https://github.com/sabaca/CodeMirror_mode_perl (mail@sabaca.com)
(function(mod) {
... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | true |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/idl/idl.js | static/js/others/mode/idl/idl.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/asn.1/asn.1.js | static/js/others/mode/asn.1/asn.1.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/vue/vue.js | static/js/others/mode/vue/vue.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function (mod) {
"use strict";
if (typeof exports === "object" && typeof module === "object") {// CommonJS
mod(require("../../lib/codemirror"),
require("../../addon/mode/over... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/fortran/fortran.js | static/js/others/mode/fortran/fortran.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/css/css.js | static/js/others/mode/css/css.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | true |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/css/scss_test.js | static/js/others/mode/css/scss_test.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/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_with... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/css/less_test.js | static/js/others/mode/css/less_test.js | // 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-less");
function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1), "less"); ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/css/test.js | static/js/others/mode/css/test.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function() {
var mode = CodeMirror.getMode({indentUnit: 2}, "css");
function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); }
// Error, because "foobarhel... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/css/gss_test.js | static/js/others/mode/css/gss_test.js | // 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"); }
... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/tornado/tornado.js | static/js/others/mode/tornado/tornado.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"), require("../htmlmixed/htmlmixed"),
require("../../... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/vbscript/vbscript.js | static/js/others/mode/vbscript/vbscript.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
/*
For extra ASP classic objects, initialize CodeMirror instance with this option:
isASP: true
E.G.:
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
l... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/slim/test.js | static/js/others/mode/slim/test.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
// Slim Highlighting for CodeMirror copyright (c) HicknHack Software Gmbh
(function() {
var mode = CodeMirror.getMode({tabSize: 4, indentUnit: 2}, "slim");
function MT(name) { test.mode(... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/slim/slim.js | static/js/others/mode/slim/slim.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
// Slim Highlighting for CodeMirror copyright (c) HicknHack Software Gmbh
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../l... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/pig/pig.js | static/js/others/mode/pig/pig.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/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 m... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/mirc/mirc.js | static/js/others/mode/mirc/mirc.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/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("../../lib... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/gfm/test.js | static/js/others/mode/gfm/test.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/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 | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/gfm/gfm.js | static/js/others/mode/gfm/gfm.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"), require("../markdown/markdown"), require("../../addon/mode... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/nginx/nginx.js | static/js/others/mode/nginx/nginx.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/xml/xml.js | static/js/others/mode/xml/xml.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/xml/test.js | static/js/others/mode/xml/test.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/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("ma... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/crystal/crystal.js | static/js/others/mode/crystal/crystal.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/smarty/smarty.js | static/js/others/mode/smarty/smarty.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
/**
* Smarty 2 and 3 mode.
*/
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/gherkin/gherkin.js | static/js/others/mode/gherkin/gherkin.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/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/tregus... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/lua/lua.js | static/js/others/mode/lua/lua.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
// LUA mode. Ported to CodeMirror 2 from Franciszek Wawrzak's
// CodeMirror 1 mode.
// highlights keywords, strings, comments (no leveling supported! ("[==[")), tokens, basic indenting
(func... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/eiffel/eiffel.js | static/js/others/mode/eiffel/eiffel.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/jsx/test.js | static/js/others/mode/jsx/test.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function() {
var mode = CodeMirror.getMode({indentUnit: 2}, "jsx")
function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)) }
MT("selfclose",
"[keyword... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/jsx/jsx.js | static/js/others/mode/jsx/jsx.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"), require("../xml/xml"), require("../javascript/javascript")... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/textile/textile.js | static/js/others/mode/textile/textile.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") { // CommonJS
mod(require("../../lib/codemirror"));
} else if (typeof define == "function" && define.amd)... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/textile/test.js | static/js/others/mode/textile/test.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/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 | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/clojure/test.js | static/js/others/mode/clojure/test.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/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 | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/clojure/clojure.js | static/js/others/mode/clojure/clojure.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports === "object" && typeof module === "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define === "function" && define.amd) ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/go/go.js | static/js/others/mode/go/go.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/coffeescript/coffeescript.js | static/js/others/mode/coffeescript/coffeescript.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
/**
* Link to the project's GitHub page:
* https://github.com/pickhardt/coffeescript-codemirror-mode
*/
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // C... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/rst/rst.js | static/js/others/mode/rst/rst.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"), require("../python/python"), require("../stex/stex"), requ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/ttcn-cfg/ttcn-cfg.js | static/js/others/mode/ttcn-cfg/ttcn-cfg.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/protobuf/protobuf.js | static/js/others/mode/protobuf/protobuf.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/forth/forth.js | static/js/others/mode/forth/forth.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
// Author: Aliaksei Chapyzhenka
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/handlebars/handlebars.js | static/js/others/mode/handlebars/handlebars.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"), require("../../addon/mode/simple"), require("../../addon/m... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/solr/solr.js | static/js/others/mode/solr/solr.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/haskell/haskell.js | static/js/others/mode/haskell/haskell.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/factor/factor.js | static/js/others/mode/factor/factor.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
// Factor syntax highlight - simple mode
//
// by Dimage Sapelkin (https://github.com/kerabromsmu)
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/diff/diff.js | static/js/others/mode/diff/diff.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/tcl/tcl.js | static/js/others/mode/tcl/tcl.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/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("../../lib/... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/stylus/stylus.js | static/js/others/mode/stylus/stylus.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
// Stylus mode created by Dmitry Kiselyov http://git.io/AaRB
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | true |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/wast/wast.js | static/js/others/mode/wast/wast.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"), require("../../addon/mode/simple"));
else if (typeof def... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/wast/test.js | static/js/others/mode/wast/test.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/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',
'[numb... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/jinja2/jinja2.js | static/js/others/mode/jinja2/jinja2.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/properties/properties.js | static/js/others/mode/properties/properties.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/brainfuck/brainfuck.js | static/js/others/mode/brainfuck/brainfuck.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
// Brainfuck mode created by Michael Kaminsky https://github.com/mkaminsky11
(function(mod) {
if (typeof exports == "object" && typeof module == "object")
mod(require("../../lib/codemi... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/toml/toml.js | static/js/others/mode/toml/toml.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/smalltalk/smalltalk.js | static/js/others/mode/smalltalk/smalltalk.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/groovy/groovy.js | static/js/others/mode/groovy/groovy.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/pascal/pascal.js | static/js/others/mode/pascal/pascal.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/scheme/scheme.js | static/js/others/mode/scheme/scheme.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
/**
* Author: Koh Zi Han, based on implementation by Koh Zi Chun
*/
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/c... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/clike/test.js | static/js/others/mode/clike/test.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/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",
"[typ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/clike/clike.js | static/js/others/mode/clike/clike.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | true |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/rpm/rpm.js | static/js/others/mode/rpm/rpm.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/velocity/velocity.js | static/js/others/mode/velocity/velocity.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/asciiarmor/asciiarmor.js | static/js/others/mode/asciiarmor/asciiarmor.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/yaml/yaml.js | static/js/others/mode/yaml/yaml.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/oz/oz.js | static/js/others/mode/oz/oz.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/mbox/mbox.js | static/js/others/mode/mbox/mbox.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/haml/test.js | static/js/others/mode/haml/test.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/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 at ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/haml/haml.js | static/js/others/mode/haml/haml.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"), require("../htmlmixed/htmlmixed"), require("../ruby/ruby")... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/sparql/sparql.js | static/js/others/mode/sparql/sparql.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/twig/twig.js | static/js/others/mode/twig/twig.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"), require("../../addon/mode/multiplex"));
else if (typeof... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/sieve/sieve.js | static/js/others/mode/sieve/sieve.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/modelica/modelica.js | static/js/others/mode/modelica/modelica.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
// Modelica support for CodeMirror, copyright (c) by Lennart Ochel
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/code... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/ttcn/ttcn.js | static/js/others/mode/ttcn/ttcn.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/swift/swift.js | static/js/others/mode/swift/swift.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
// Swift mode created by Michael Kaminsky https://github.com/mkaminsky11
(function(mod) {
if (typeof exports == "object" && typeof module == "object")
mod(require("../../lib/codemirror... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/swift/test.js | static/js/others/mode/swift/test.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/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 types... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/z80/z80.js | static/js/others/mode/z80/z80.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // AM... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/verilog/test.js | static/js/others/mode/verilog/test.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/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 | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/verilog/verilog.js | static/js/others/mode/verilog/verilog.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/xquery/xquery.js | static/js/others/mode/xquery/xquery.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/xquery/test.js | static/js/others/mode/xquery/test.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/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 f... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/d/test.js | static/js/others/mode/d/test.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/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",
"[c... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/d/d.js | static/js/others/mode/d/d.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/mathematica/mathematica.js | static/js/others/mode/mathematica/mathematica.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/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/lan... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/pug/pug.js | static/js/others/mode/pug/pug.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"), require("../javascript/javascript"), require("../css/css")... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/cmake/cmake.js | static/js/others/mode/cmake/cmake.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object")
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd)
define(["..... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/mscgen/mscgen_test.js | static/js/others/mode/mscgen/mscgen_test.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/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 | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/mscgen/mscgen.js | static/js/others/mode/mscgen/mscgen.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/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 for ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/mscgen/msgenny_test.js | static/js/others/mode/mscgen/msgenny_test.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/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("co... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/mscgen/xu_test.js | static/js/others/mode/mscgen/xu_test.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/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 chart"... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/troff/troff.js | static/js/others/mode/troff/troff.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object")
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd)
define(["..... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/pegjs/pegjs.js | static/js/others/mode/pegjs/pegjs.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"), require("../javascript/javascript"));
else if (typeof de... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/cypher/test.js | static/js/others/mode/cypher/test.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/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("unbalance... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/cypher/cypher.js | static/js/others/mode/cypher/cypher.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
// By the Neo4j Team and contributors.
// https://github.com/neo4j-contrib/CodeMirror
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(requ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/rust/rust.js | static/js/others/mode/rust/rust.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"), require("../../addon/mode/simple"));
else if (typeof def... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/rust/test.js | static/js/others/mode/rust/test.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/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',
'[num... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/dockerfile/test.js | static/js/others/mode/dockerfile/test.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/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_nod... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/dockerfile/dockerfile.js | static/js/others/mode/dockerfile/dockerfile.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"), require("../../addon/mode/simple"));
else if (typeof def... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Myphz/sortvisualizer | https://github.com/Myphz/sortvisualizer/blob/14191645ff254489a5c03689708989bc498e2d69/static/js/others/mode/fcl/fcl.js | static/js/others/mode/fcl/fcl.js | // CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | javascript | MIT | 14191645ff254489a5c03689708989bc498e2d69 | 2026-01-05T03:44:40.185717Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.