该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

SyntaxHighlighter Evolved Applescript

描述

SyntaxHighlighter Evolved Applescript adds support to the SyntaxHighlighter Evolved plugin for the AppleScript language using the brush provided by David Chambers. It is based on the SyntaxHighlighter JavaScript package by Alex Gorbatchev.

屏幕截图

  • This is a sample image of the plugin in action as applied to AppleScript code.

  • Longer sample showing additional syntax.

安装

Prerequisite

In order to use SyntaxHighlighter Evolved Applescript, you must first install SyntaxHighlighter Evolved.

Installation

Extract all files from the ZIP file, making sure to keep the file/folder structure intact, and then upload it to /wp-content/plugins/.

Plugin Activation

Go to the admin area of your WordPress install and click on the “Plugins” menu. Click on “Activate” for the “SyntaxHighlighter Evolved: AppleScript” plugin.

Plugin Usage

Just wrap your code in [applescript], such as [applescript]code here[/applescript] or [as]code here[/as].

The shortcodes accept a wide variety of parameters. For details, see the bottom of the SyntaxHighlighter Evolved’s settings page.

常见问题

The code is just being displayed raw. It isn’t being converted into a code box or anything. What’s wrong?

Make sure your theme’s footer.php file has <?php wp_footer(); ?> somewhere inside of it, otherwise the plugin won’t be able to do it’s thing.

评价

此插件暂无评价。

贡献者及开发者

“SyntaxHighlighter Evolved Applescript” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

1.4.0

  • Updated AppleScript brush stylesheet and script to version 3.0.83, as provided by David Chambers.

1.3.0

  • Added support for accessing plugin via [as].

1.2.0

  • Bug fixes.

1.1.0

  • Initial release