Skip to content
This repository has been archived by the owner on Nov 13, 2020. It is now read-only.

Support for AppleScript #7

Closed
samuelmeuli opened this issue May 17, 2020 · 0 comments
Closed

Support for AppleScript #7

samuelmeuli opened this issue May 17, 2020 · 0 comments
Assignees
Labels
new file type Request to support previews for a new file type

Comments

@samuelmeuli
Copy link
Owner

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 Chroma

Decompilation can be done with osadecompile.

@samuelmeuli samuelmeuli added the enhancement New feature or request label May 17, 2020
@samuelmeuli samuelmeuli self-assigned this May 17, 2020
samuelmeuli added a commit that referenced this issue May 17, 2020
samuelmeuli added a commit that referenced this issue May 17, 2020
samuelmeuli added a commit that referenced this issue May 17, 2020
@samuelmeuli samuelmeuli added new file type Request to support previews for a new file type and removed enhancement New feature or request labels May 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new file type Request to support previews for a new file type
Projects
None yet
Development

No branches or pull requests

1 participant