We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a147798 commit 397aa47Copy full SHA for 397aa47
html/html-document.sublime-snippet
@@ -4,17 +4,17 @@
4
<html class="no-js" lang="pt-BR" xml:lang="pt-BR">
5
<head>
6
<meta charset="utf-8">
7
- <title></title>
+ <title>${1:Document}</title>
8
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
9
<meta name="viewport" content="width=device-width,initial-scale=1">
10
<script type="text/javascript">
11
- // para identificação se o javascript está ativo
+ // to identify if javascript is active
12
var tagHtml = document.getElementsByTagName("html")[0];
13
tagHtml.className = tagHtml.className.replace('no-js', 'js');
14
</script>
15
</head>
16
<body>
17
-
+ $2
18
</body>
19
</html>
20
]]></content>
0 commit comments