Skip to content

Commit

Permalink
Random code
Browse files Browse the repository at this point in the history
  • Loading branch information
GlitchMr committed Dec 2, 2012
1 parent 7d2139d commit 0df6ae4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/TEMP-example.html

This file was deleted.

2 changes: 2 additions & 0 deletions source/index.html
Expand Up @@ -15,3 +15,5 @@ <h1>Welcome to Perl&nbsp;6</h1>
"http://webchat.freenode.net/?channels=perl6&nick=">#perl6
(irc.freenode.net)</a> and someone will be glad to help you <a href=
"getting-started">get started</a>.
<h2>Example code</h2>
<!--#include virtual="/snippet"-->
15 changes: 15 additions & 0 deletions source/style.css
Expand Up @@ -49,4 +49,19 @@ pre, code {
background: #F8FFF8;
border-top: 1px solid #DFD;
border-bottom: 1px solid #DFD;
}
/* Syntax highlighting */
.synSpecial {
color: blue;
font-weight: bold;
}
.synIdentifier {
color: green;
}
.synConstant {
color: blue;
}
.synComment {
color: gray;
font-style: italic;
}

0 comments on commit 0df6ae4

Please sign in to comment.