Syntax highlighting for <tt> elements.

pull/22966/head
Ryan Dahl 2009-09-23 16:58:28 +02:00
parent a3229ed7b7
commit 8c7babdf10
1 changed files with 1 additions and 0 deletions

View File

@ -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');
}