mirror of https://github.com/nodejs/node.git
Syntax highlighting for <tt> elements.
parent
a3229ed7b7
commit
8c7babdf10
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue