Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2009-09-23 18:58:28 +0400
committerRyan Dahl <ry@tinyclouds.org>2009-09-23 18:58:28 +0400
commit8c7babdf10dde35c71d097130daa670cd52d1160 (patch)
treec13234d3bcc387d0a361d6c8c3b9d144fc29e4e3 /doc/sh_main.js
parenta3229ed7b7abff0b617db4a1b75121befc20c68b (diff)
Syntax highlighting for <tt> elements.
Diffstat (limited to 'doc/sh_main.js')
-rw-r--r--doc/sh_main.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/sh_main.js b/doc/sh_main.js
index 1d59dc7dcfd..27905696c8e 100644
--- a/doc/sh_main.js
+++ b/doc/sh_main.js
@@ -547,6 +547,7 @@ function highlight(prefix, suffix, tag) {
function sh_highlightDocument(prefix, suffix) {
+ highlight(prefix, suffix, 'tt');
highlight(prefix, suffix, 'code');
highlight(prefix, suffix, 'pre');
}