golden hour
/home/phakp/public_html/formtools/global/codemirror/mode/d
⬆️ Go Up
Upload
File/Folder
Size
Actions
d.js
7.39 KB
Del
OK
index.html
6.18 KB
Del
OK
test.js
413 B
Del
OK
Edit: test.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://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", "[comment /+]","[comment comment]","[comment +/]","[variable void] [variable main](){}"); })();
Save