Possible Duplicate:
Force Content-Type on files with no Extension in EclipsePDT?
I'm currently working with Python files that are not saved with any file extensions. I have already added the following to the first line of these files: #!/usr/bin/env python
Unfortunately, Eclipse still doesn't understand to highlight it as a Python file. I already have PyDev installed and it highlights perfectly fine for files that have the .py extension. Not sure how I can get it to work without it. Help?