Skip to content

Commit fc8f183

Browse files
authored
fix html5 snippet to auto-select placeholders (#570)
1 parent bedf8a0 commit fc8f183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/html.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,12 +327,12 @@
327327
"prefix": "html5",
328328
"body": [
329329
"<!DOCTYPE html>",
330-
"<html lang=\"$1en\">",
330+
"<html lang=\"${1:en}\">",
331331
"\t<head>",
332332
"\t\t<meta charset=\"UTF-8\">",
333333
"\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">",
334334
"\t\t<title>$2</title>",
335-
"\t\t<link href=\"$3css/style.css\" rel=\"stylesheet\">",
335+
"\t\t<link href=\"${3:css/style.css}\" rel=\"stylesheet\">",
336336
"\t</head>",
337337
"\t<body>",
338338
"\t$0",

0 commit comments

Comments
 (0)