ultisnip scripts, autopairs and spellcheck
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
snippet template "Basic html template"
|
||||
<!doctype html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title>$1</title>
|
||||
<meta name="description" content="$2">
|
||||
<meta name="author" content="SitePoint">
|
||||
|
||||
<link rel="stylesheet" href="css/styles.css?v=1.0">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<script src="js/scripts.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
endsnippet
|
||||
|
||||
snippet bc "background-color"
|
||||
background-color: $0
|
||||
endsnippet
|
||||
|
||||
|
||||
Reference in New Issue
Block a user