Open mcandre opened 1 month ago
Hi,
Please register shebangs like #!/usr/bin/osascript to automatically highlight files as AppleScript syntax.
#!/usr/bin/osascript
Currently, .APPLESCRIPT files with this shebang are mistakenly loading as generic Unix sh scripts.
Looks like the existing one wasn't properly escaped. Will publish a fix this weekend.
Can you confirm it's working in the latest version?
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.