diff options
Diffstat (limited to 'library/ace/snippets/snippets.js')
-rw-r--r-- | library/ace/snippets/snippets.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/ace/snippets/snippets.js b/library/ace/snippets/snippets.js new file mode 100644 index 000000000..8f2d037da --- /dev/null +++ b/library/ace/snippets/snippets.js @@ -0,0 +1 @@ +ace.define("ace/snippets/snippets",["require","exports","module"],function(e,t,n){"use strict";t.snippetText="# snippets for making snippets :)\nsnippet snip\n snippet ${1:trigger}\n ${2}\nsnippet msnip\n snippet ${1:trigger} ${2:description}\n ${3}\nsnippet v\n {VISUAL}\n",t.scope="snippets"})
\ No newline at end of file |