google-code-prettify

  • /*
     * @title google-code-prettify
     * @description google-code-prettifyでシンタックスハイライト
     * @include http://*
     * @license MIT License
     * @require jquery
     * @require http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.css
     * @require http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.js
     */
    $(function () {
      $("code").addClass("prettyprint"); 
      $("pre").addClass("prettyprint");
      $("textarea").addClass("prettyprint");
      prettyPrint();
    });
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2010/05/21 23:15:03 - 2010-05-21
  2. 2010/05/21 23:05:01 - 2010-05-21