Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Syntax highlighting for <tt> elements.
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Sep 23, 2009
1 parent a3229ed commit 8c7babd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/sh_main.js
Expand Up @@ -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');
}

0 comments on commit 8c7babd

Please sign in to comment.