franzheidl / atom-applescript

Applescript language support for Atom
6 stars 4 forks source link

Removes shebang #10

Open googol7 opened 8 years ago

googol7 commented 8 years ago

A shebang is being removed from the top of the file when editing it: e.g.: # !/usr/bin/osascript

zazazack commented 7 years ago

Could it be because you're missing the #, i.e. #!/usr/bin/osascript?

googol7 commented 7 years ago

the # was not missing - just forgot to style it as <code>