add snipmate and mustache templates

This commit is contained in:
Thomas Ruoff
2014-07-02 00:29:21 +02:00
parent 20768e1ed5
commit ae4ef7d86c
3 changed files with 78 additions and 10 deletions

View File

@@ -0,0 +1,11 @@
# requirejs
snippet def
define([
${1}
], function(
${2}
){
'use strict';
${3}
});