Html snippet
This commit is contained in:
parent
185184f6ed
commit
2633099825
1 changed files with 14 additions and 0 deletions
14
_config/nvim/UltiSnips/html.snippets
Normal file
14
_config/nvim/UltiSnips/html.snippets
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
snippet html
|
||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>$1</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>$1</h1>
|
||||||
|
$0
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
endsnippet
|
Loading…
Add table
Reference in a new issue