Skip to content

Instantly share code, notes, and snippets.

@moso
Created December 3, 2017 16:41
Show Gist options
  • Save moso/65b4fea0e8e6e85e9337430c6d16a80e to your computer and use it in GitHub Desktop.
Save moso/65b4fea0e8e6e85e9337430c6d16a80e to your computer and use it in GitHub Desktop.
Sublime Snippets
<snippet>
<content><![CDATA[
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="description" content="">
<meta property="og:description" content="">
<meta property="og:title" content="">
<meta property="og:site_name" content="">
<meta name="author" content="">
<title>Document</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.3up.dk/bootstrap@3.3.7/dist/css/bootstrap.min.css" integrity="sha512-6MXa8B6uaO18Hid6blRMetEIoPqHf7Ux1tnyIQdpt9qI5OACx7C+O3IVTr98vwGnlcg0LOLa02i9Y1HpVhlfiw==" crossorigin="anonymous">
<!-- CSS -->
<link rel="stylesheet" href="#!">
</head>
<body>
<!-- jQuery -->
<script src="https://cdn.3up.dk/jquery@3.2.1/dist/jquery.min.js" integrity="sha512-3P8rXCuGJdNZOnUx/03c1jOTnMn3rP63nBip5gOP2qmUh5YAdVAvFZ1E+QLZZbC1rtMrQb+mah3AfYW11RUrWA==" crossorigin="anonymous"></script>
<!-- Bootstrap JS -->
<script src="https://cdn.3up.dk/bootstrap@3.3.7/dist/js/bootstrap.min.js" integrity="sha512-iztkobsvnjKfAtTNdHkGVjAYTrrtlC7mGp/54c40wowO7LhURYl3gVzzcEqGl/qKXQltJ2HwMrdLcNUdo+N/RQ==" crossorigin="anonymous"></script>
<!-- JS -->
<script src="#!"></script>
</body>
</html>
]]></content>
<tabTrigger>bootstrap3</tabTrigger>
</snippet>
<snippet>
<content><![CDATA[
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="description" content="">
<meta property="og:description" content="">
<meta property="og:title" content="">
<meta property="og:site_name" content="">
<meta name="author" content="">
<title>Document</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.3up.dk/bootstrap@4.0.0-beta.2/dist/css/bootstrap.min.css" integrity="sha512-ZbJOe0eaEsNwXGE3U+k2NrTAb/jIp8vqEYBADqvTMjYdpPzoAlgySX705E0WESDAs49YIMFd4lZGqf9qARbV7w==" crossorigin="anonymous">
<!-- CSS -->
<link rel="stylesheet" href="#!">
</head>
<body>
<!-- jQuery -->
<script src="https://cdn.3up.dk/jquery@3.2.1/dist/jquery.min.js" integrity="sha512-3P8rXCuGJdNZOnUx/03c1jOTnMn3rP63nBip5gOP2qmUh5YAdVAvFZ1E+QLZZbC1rtMrQb+mah3AfYW11RUrWA==" crossorigin="anonymous"></script>
<!-- Bootstrap JS -->
<script src="https://cdn.3up.dk/bootstrap@4.0.0-beta.2/dist/js/bootstrap.min.js" integrity="sha512-UnSMcpBnXV8DPzNNSQPlSXLByUdTeMdocQ5NzJbAFTO8LqKHbP4P/gvc3vt1YNxHZjDq5MnD4m51uEAf66PxzQ==" crossorigin="anonymous"></script>
<!-- JS -->
<script src="#!"></script>
</body>
</html>
]]></content>
<tabTrigger>bootstrap3</tabTrigger>
</snippet>
<snippet>
<content><![CDATA[
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="description" content="">
<meta property="og:description" content="">
<meta property="og:title" content="">
<meta property="og:site_name" content="">
<meta name="author" content="">
<title>Document</title>
<!-- CSS -->
<link rel="stylesheet" href="#!">
<!-- HTML5 Shiv + Respond.js for IE>9 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://cdn.3up.dk/html5shiv@3.7.3/dist/html5shiv.min.js"</script>
<script src="https://cdn.3up.dk/respond.js@1.4.2/dest/respond.min.js"></script>
<![endif]-->
</head>
<body>
</body>
</html>
]]></content>
<tabTrigger>html5</tabTrigger>
</snippet>
<snippet>
<content><![CDATA[
&Aring;
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>:Å</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>text.html.basic</scope>
</snippet>
<snippet>
<content><![CDATA[
&Aelig;
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>:Æ</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>text.html.basic</scope>
</snippet>
<snippet>
<content><![CDATA[
&Oslash;
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>:Ø</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>text.html.basic</scope>
</snippet>
<snippet>
<content><![CDATA[
&aring;
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>:å</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>text.html.basic</scope>
</snippet>
<snippet>
<content><![CDATA[
&aelig;
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>:æ</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>text.html.basic</scope>
</snippet>
<snippet>
<content><![CDATA[
&oslash;
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>:ø</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>text.html.basic</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment