mirror of
https://github.com/documize/community.git
synced 2025-07-29 18:19:44 +02:00
moved emberjs to gui folder
This commit is contained in:
parent
6a18d18f91
commit
dc49dbbeff
999 changed files with 677 additions and 651 deletions
14
gui/public/codemirror/mode/ruby/test.js
vendored
Executable file
14
gui/public/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