Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I want to start using ctags and it works for plain Python files without a file extension but a #!/usr/bin/python in the first line.

However, #!/usr/bin/python2 and #!/usr/bin/python3 are not recognized.

How can I can get those two to be interpreted as Python by ctags?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.