このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Sunburst Code Prettify

説明

This plugin uses the Sunburst theme, a colorful and high contrast dark theme to highlight your code syntax with Highlight.js. Highlight.js is accurate, fast, lightweight and easy to use.

Usage

Short-code method:

  1. From within a WordPress page or post, wrap the [prettify][/prettify] shortcode around the code snippet you wish to highlight.
  2. You can specify a language by specifying the language extension inside the shortcode.
    Example:
    [prettify class=”html”][/prettify]
  3. The shortcode will work from within either the Visual or HTML editor.

Non-short-code method:

  1. Wrap your code snippets in “

    .

  2. You can specify a language by specifying a class in the element.
    Example:
    <pre><code class="html">

Sunburst Only

This plugin only contains the CSS file for the Sunburst theme syntax highlighting formatting, because it is the best dark syntax theme. If (for some reason) you wanted to highlight your code using a different theme, there are other syntax highlighting themes available in the Highlight.js Theme Gallery

Languages Supported:

  • Bash
  • C#
  • C++
  • CSS
  • Diff
  • HTML, XML
  • Ini
  • Java
  • JavaScript
  • PHP
  • Perl
  • Python
  • Ruby
  • SQL

スクリーンショット

  • PHP code examples
  • CSS code example
  • HTML code example
  • JavaScript code example
  • Ruby code example

インストール

  1. Wrap code snippets in [prettify][/prettify] shortcode and it will guess the syntax being used and highlight the code.

  2. You can specify a language by specifying the language extension inside the shortcode.
    Example:
    [prettify class=”html”][/prettify]
    The class=”” specifies the language file extensions.

評価

このプラグインにはレビューがありません。

貢献者と開発者

Sunburst Code Prettify はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Sunburst Code Prettify” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

2.2.0

  • Changed syntax highlight script to Highlight.js for more accurate code detection.
  • Improved content stripping rules for WordPress code editor when the [prettify]...[/prettify] is wrapped around content.
  • Improved Sunburst CSS styles

2.1.6

  • Added plain text color to CSS file
  • Adjusted spacing in CSS file
  • Updated copyright year in plugin.php file

2.1.5

  • Added CSS parsing js file
  • Moved JS files into /js folder
  • Fixed missing files from 2.1 commit

2.1

  • Added [prettify] shortcode
  • Automatically added the required onload=”prettyPrint()” to body tag with jquery

2.0

  • Initial WordPress.org commit