mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 14:37:25 +01:00
add snipmate and mustache templates
This commit is contained in:
11
vim/snippets/javascript.snippets
Normal file
11
vim/snippets/javascript.snippets
Normal file
@@ -0,0 +1,11 @@
|
||||
# requirejs
|
||||
snippet def
|
||||
define([
|
||||
${1}
|
||||
], function(
|
||||
${2}
|
||||
){
|
||||
'use strict';
|
||||
|
||||
${3}
|
||||
});
|
||||
Reference in New Issue
Block a user