File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ <h1><span class="logo-braces">{ }</span> <a href="http://codemirror.net/">CodeMi
6565 < option value ="http://codemirror.net/lib/codemirror.js " selected > codemirror.js</ option >
6666 </ optgroup >
6767 < optgroup label ="Modes ">
68+ < option value ="http://codemirror.net/mode/apl/apl.js "> apl.js</ option >
6869 < option value ="http://codemirror.net/mode/clike/clike.js "> clike.js</ option >
6970 < option value ="http://codemirror.net/mode/clojure/clojure.js "> clojure.js</ option >
7071 < option value ="http://codemirror.net/mode/coffeescript/coffeescript.js "> coffeescript.js</ option >
Original file line number Diff line number Diff line change 1- CodeMirror . defineMode ( "apl" , function ( config , parserConfig ) {
1+ CodeMirror . defineMode ( "apl" , function ( ) {
22 var builtInOps = {
33 "." : "innerProduct" ,
44 "\\" : "scan" ,
You can’t perform that action at this time.
0 commit comments