You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2020. It is now read-only.
Chroma supports syntax highlighting for AppleScript. The following needs to be done for the different file formats:
.applescript
(AppleScript text file): Pass to Chroma to obtain HTML for syntax highlighting (already supported).scpt
(AppleScript binary): Decompile and pass to Chroma.scptd
(AppleScript bundle, includes a binary): Decompile and pass to ChromaDecompilation can be done with
osadecompile
.The text was updated successfully, but these errors were encountered: