idleberg / vscode-applescript

Language syntax and snippets for AppleScript
https://marketplace.visualstudio.com/items?itemName=idleberg.applescript
MIT License
73 stars 8 forks source link

register osascript shebang #38

Open mcandre opened 1 month ago

mcandre commented 1 month ago

Hi,

Please register shebangs like #!/usr/bin/osascript to automatically highlight files as AppleScript syntax.

Currently, .APPLESCRIPT files with this shebang are mistakenly loading as generic Unix sh scripts.

idleberg commented 1 month ago

Looks like the existing one wasn't properly escaped. Will publish a fix this weekend.

idleberg commented 1 month ago

Can you confirm it's working in the latest version?