mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-04 14:32:26 +00:00
Put docs with updated css under new-style/ dir
This commit is contained in:
40
new-style/example-snippet.html
Normal file
40
new-style/example-snippet.html
Normal file
@@ -0,0 +1,40 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<!-- Created by htmlize-1.47 in css mode. -->
|
||||
<html>
|
||||
<head>
|
||||
<title>*Org Src snippet-development.org[ snippet ]*</title>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
color: #000000;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.comment {
|
||||
/* font-lock-comment-face */
|
||||
color: #b22222;
|
||||
}
|
||||
.keyword {
|
||||
/* font-lock-keyword-face */
|
||||
color: #a020f0;
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
background-color: inherit;
|
||||
font: inherit;
|
||||
text-decoration: inherit;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
<span class="comment"># contributor: pluskid <a href="mailto:pluskid%40gmail.com"><pluskid@gmail.com></a></span>
|
||||
<span class="comment"># name: __...__</span>
|
||||
<span class="comment"># --</span>
|
||||
__${init<span class="keyword">}</span>__</pre>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user