ishikawa / pygments-applescript-lexer

The Pygments lexer for AppleScript language.

This URL has Read+Write access

README.textile

The Pygments lexer for AppleScript

IMPORTANT: THIS MODULE IS OBSOLETED: The latest version of Pygments has Andreas Amann’s AppleScriptLexer. It also supports AppleScript Studio.

This project, pygments-applescript-lexer aims to provide the Pygments lexer for AppleScript language.

Pygments is an excellent library for syntax highlighting, but unfortunately it lacks a lexer for AppleScript. pygments-applescript-lexer provides it.

The lexer is based on AppleScript 2.0 shipped with Mac OS X version 10.5. If you want to learn about AppleScript specification, please read Apple’s documentation such as AppleScript Language Guide.

How to install

(…)

How to run all tests


% python ./tests/runtests.py

Copyright

Copyright © 2008 Takanori Ishikawa <takanori.ishikawa@gmail.com>, All rights reserved.

License

The MIT license. See the LICENSE file for more details.

References