Skip to content

Commit

Permalink
updated readme and index
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasberger committed Jan 14, 2014
1 parent 4215bc3 commit c10a9e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
glow
Glow.js
====

Glow.js is a simple syntax highlighter for websites written in javascript. It is
designed to support multiple languages, with the language files being written
according to the textmate language grammar naming conventions. Glow.js is fully
styleable by CSS.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
<html>
<head>
<title>glow.js</title>
<script src="glow.js"></script>
<script src="languages/java.js"></script>
<script>
<script>
document.addEventListener('DOMContentLoaded', function() {
GLOW.glow();
});
Expand Down Expand Up @@ -166,5 +164,7 @@ <h1 style="margin: 20px auto; display: block; width: 700px; font-family: Lato;">
}
</code>
</pre>
<script src="glow.js"></script>
<script src="languages/java.js"></script>
</body>
</html>

0 comments on commit c10a9e5

Please sign in to comment.