When writing executable scripts, and declarative configuration files that use a common language (eg. Python), I often find it undesirable to add an extension to the file nam
This works for many editors if you're using non-standard shebangs:
#!/usr/bin/env python3 # filetype=python