mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-22 11:15:23 -04:00
First commit, version 0.2.7
This commit is contained in:
parent
61eb11d23c
commit
4b0ca55eb7
1379 changed files with 173000 additions and 0 deletions
14
public/vendor/codemirror/mode/ruby/test.js
vendored
Executable file
14
public/vendor/codemirror/mode/ruby/test.js
vendored
Executable file
|
@ -0,0 +1,14 @@
|
|||
// CodeMirror, copyright (c) by Marijn Haverbeke and others
|
||||
// Distributed under an MIT license: http://codemirror.net/LICENSE
|
||||
|
||||
(function() {
|
||||
var mode = CodeMirror.getMode({indentUnit: 2}, "ruby");
|
||||
function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); }
|
||||
|
||||
MT("divide_equal_operator",
|
||||
"[variable bar] [operator /=] [variable foo]");
|
||||
|
||||
MT("divide_equal_operator_no_spacing",
|
||||
"[variable foo][operator /=][number 42]");
|
||||
|
||||
})();
|
Loading…
Add table
Add a link
Reference in a new issue