@ -12,8 +12,7 @@ snippet head "head tag based html5 boilerplate" !
</head>
endsnippet
snippet script "script tag" !
<script>
<script>${1}</script>
</script>
snippet scriptsrc "script src" !
<script src="${1}"></script>