add snippets; fix the kitchensink demo
This commit is contained in:
parent
bf72097811
commit
e6f01878d7
3 changed files with 8 additions and 1 deletions
7
lib/ace/snippets/gitignore.js
Normal file
7
lib/ace/snippets/gitignore.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
define(function(require, exports, module) {
|
||||
"use strict";
|
||||
|
||||
exports.snippetText = require("../requirejs/text!./gitignore.snippets");
|
||||
exports.scope = "gitignore";
|
||||
|
||||
});
|
||||
0
lib/ace/snippets/gitignore.snippets
Normal file
0
lib/ace/snippets/gitignore.snippets
Normal file
Loading…
Add table
Add a link
Reference in a new issue