Skip to content

Commit

Permalink
Add AppleScript Lexer
Browse files Browse the repository at this point in the history
Implement a lexer for AppleScript based directly on the version implemented
in pygments. This also includes the sample and demo for AppleScript.
  • Loading branch information
joshhepworth committed Apr 20, 2014
1 parent b2286f4 commit 45e764e
Show file tree
Hide file tree
Showing 4 changed files with 441 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rouge/demos/applescript
@@ -0,0 +1,2 @@
-- AppleScript playing with iTunes
tell application "iTunes" to get current selection

0 comments on commit 45e764e

Please sign in to comment.