Update ACE Editor to version 1.32.6
This commit is contained in:

committed by
Sebastian Serth

parent
0a473c7fd3
commit
b00d45521b
9
vendor/assets/javascripts/ace/snippets/redshift.js
vendored
Normal file
9
vendor/assets/javascripts/ace/snippets/redshift.js
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
; (function() {
|
||||
window.require(["ace/snippets/redshift"], function(m) {
|
||||
if (typeof module == "object" && typeof exports == "object" && module) {
|
||||
module.exports = m;
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
Reference in New Issue
Block a user