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?