Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
s/hilight/highlight/
  • Loading branch information
Paul Cochrane committed Feb 26, 2015
1 parent 0aa46b0 commit 83ec926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htmlify.p6
Expand Up @@ -730,13 +730,13 @@ def p6format(code):
$py;
}
if $py {
say "Using syntax hilight using Inline::Python";
say "Using syntax highlighting via Inline::Python";
}

%*POD2HTML-CALLBACKS = code => sub (:$node, :&default) {
for @($node.contents) -> $c {
if $c !~~ Str {
# some nested formatting code => we can't hilight this
# some nested formatting code => we can't highlight this
return default($node);
}
}
Expand Down

0 comments on commit 83ec926

Please sign in to comment.