The reason I'm asking: I have a Python script that I access through an
sftp browser. Everytime I open the script in BBEdit, it's set as a Unix
Shell Script.
I would assume BBEdit does some simple regex on the first line beyond the
#! to check what language it is. For what it's worth, my first line is:
#!/usr/bin/env python
I tried changing it to /usr/bin/python but that didn't do anything.
Any reason why BBEdit doesn't recognize these files as Python files?
Anyway to change this (other than adding .py on the end of the name - I'm
assuming that would work).
Tim
--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to: <[EMAIL PROTECTED]>