Skip to content

Commit

Permalink
Merge branch 'master' into brian_mods
Browse files Browse the repository at this point in the history
  • Loading branch information
brianarn committed Sep 28, 2012
2 parents e14a03b + 1a70d7f commit 674e1ff
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions snippets/textile.snippets
@@ -0,0 +1,24 @@
# Mmm, Textile
snippet html
<pre><code class="html">
${1}
</code></pre>

snippet css
<pre><code class="css">
${1}
</code></pre>

snippet js
<pre><code class="javascript">
${1}
</code></pre>

snippet letus
Please let us know how you would like to proceed.

snippet further
If you have any further questions or comments, please don't hesitate to ask.

snippet thx
Thank you!

0 comments on commit 674e1ff

Please sign in to comment.