Created
December 3, 2017 16:41
-
-
Save moso/65b4fea0e8e6e85e9337430c6d16a80e to your computer and use it in GitHub Desktop.
Sublime Snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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/[email protected]/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/[email protected]/dist/jquery.min.js" integrity="sha512-3P8rXCuGJdNZOnUx/03c1jOTnMn3rP63nBip5gOP2qmUh5YAdVAvFZ1E+QLZZbC1rtMrQb+mah3AfYW11RUrWA==" crossorigin="anonymous"></script> | |
<!-- Bootstrap JS --> | |
<script src="https://cdn.3up.dk/[email protected]/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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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/[email protected]/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/[email protected]/dist/jquery.min.js" integrity="sha512-3P8rXCuGJdNZOnUx/03c1jOTnMn3rP63nBip5gOP2qmUh5YAdVAvFZ1E+QLZZbC1rtMrQb+mah3AfYW11RUrWA==" crossorigin="anonymous"></script> | |
<!-- Bootstrap JS --> | |
<script src="https://cdn.3up.dk/[email protected]/dist/js/bootstrap.min.js" integrity="sha512-UnSMcpBnXV8DPzNNSQPlSXLByUdTeMdocQ5NzJbAFTO8LqKHbP4P/gvc3vt1YNxHZjDq5MnD4m51uEAf66PxzQ==" crossorigin="anonymous"></script> | |
<!-- JS --> | |
<script src="#!"></script> | |
</body> | |
</html> | |
]]></content> | |
<tabTrigger>bootstrap3</tabTrigger> | |
</snippet> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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/[email protected]/dist/html5shiv.min.js"</script> | |
<script src="https://cdn.3up.dk/[email protected]/dest/respond.min.js"></script> | |
<![endif]--> | |
</head> | |
<body> | |
</body> | |
</html> | |
]]></content> | |
<tabTrigger>html5</tabTrigger> | |
</snippet> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[ | |
Å | |
]]></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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[ | |
Ø | |
]]></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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[ | |
å | |
]]></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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[ | |
æ | |
]]></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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[ | |
ø | |
]]></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