Syntax highlighting for <tt> elements.
authorRyan Dahl <ry@tinyclouds.org>
Wed, 23 Sep 2009 14:58:28 +0000 (16:58 +0200)
committerRyan Dahl <ry@tinyclouds.org>
Wed, 23 Sep 2009 14:58:28 +0000 (16:58 +0200)
doc/sh_main.js

index 1d59dc7..2790569 100644 (file)
@@ -547,6 +547,7 @@ function highlight(prefix, suffix, tag) {
 \r
 \r
 function sh_highlightDocument(prefix, suffix) {\r
+  highlight(prefix, suffix, 'tt');\r
   highlight(prefix, suffix, 'code');\r
   highlight(prefix, suffix, 'pre');\r
 }\r