prism/plugins/highlight-keywords/index.html

47 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="assets/favicon.png" />
<title>Highlight Keywords ▲ Prism plugins</title>
<base href="../.." />
<link rel="stylesheet" href="assets/style.css" />
<link rel="stylesheet" href="themes/prism.css" data-noprefix />
<script src="assets/vendor/prefixfree.min.js"></script>
<style>
/*
* Custom keyword styles
*/
.token.keyword.keyword-return, .token.keyword.keyword-if{
color: #f92672;
}
</style>
<script>var _gaq = [['_setAccount', 'UA-33746269-1'], ['_trackPageview']];</script>
<script src="https://www.google-analytics.com/ga.js" async></script>
</head>
<body>
<header data-plugin-header="highlight-keywords"></header>
<section>
<h1>Examples</h1>
<h2>JavaScript</h2>
<pre data-src="plugins/highlight-keywords/prism-highlight-keywords.js"></pre>
<h2>HTML (Markup)</h2>
<pre data-src="plugins/highlight-keywords/index.html"></pre>
</section>
<footer data-src="assets/templates/footer.html" data-type="text/html"></footer>
<script src="prism.js"></script>
<script src="plugins/highlight-keywords/prism-highlight-keywords.js"></script>
<script src="assets/vendor/utopia.js"></script>
<script src="components.js"></script>
<script src="assets/code.js"></script>
</body>
</html>