dotfiles/.vim/template/javascript/snip-jquery-each.js

4 lines
60 B
JavaScript

$.each({{_input_:variable}}, function() {
{{_cursor_}}
});