(function ($) {

Drupal.behaviors.code_prettify = {
  attach: function(context, settings) {
    prettyPrint();
  }
}

})(jQuery);

;

