add snippets; fix the kitchensink demo
This commit is contained in:
parent
bf72097811
commit
e6f01878d7
3 changed files with 8 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# A sample .gitiignore file.
|
||||
# A sample .gitignore file.
|
||||
|
||||
.buildlog
|
||||
.DS_Store
|
||||
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