Syntax Highlighting Test
Nov 18, 2009
Apparently, Jekyll can use Pygments to highlight the syntax of code. This seems like it would be cool, so let's see if I can get it to work. The following is the AppleScript I use to move a message to the @action mailbox.
tell application "Mail"
move selection to mailbox "@action"
end tell
So, did it work? Fire it up and let's have a look see.