home/.vim/bundle/vim-template/templates/=template=.js

12 lines
163 B
JavaScript
Raw Normal View History

/*
* %FFILE%
* Copyright (C) %YEAR% %USER% <%MAIL%>
*
* Distributed under terms of the %LICENSE% license.
*/
(function(){
'use strict';
%HERE%
})();