.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}
CodeMirror
Home Manual Code
Language modes Octave
Octave mode
%numbers [1234 1234i 1234j] [.234 .234j 2.23i] [23e2 12E1j 123D-4 0x234]
%strings 'asda''a' "asda""a"
%identifiers a + as123 - __asd__
%operators - + >
var editor = CodeMirror.fromTextArea(document.getElementById("code"), { mode: {name: "octave", version: 2, singleLineStringErrors: false}, lineNumbers: true, indentUnit: 4, matchBrackets: true });
MIME types defined: text/x-octave .