Is there an easy way to set the file type for a given file extension? That is, I want to take a file extension that Komodo doesn’t recognize and associate that with an existing file type.
My particular use-case is the templates for my new team’s product. We’re using the Volt template engine, so all the template files have a “.volt” extension. Of course, Komodo has no idea what that is. Now, the Volt syntax itself is basically just yet-another-Jinja-ripoff, so manually changing the type to “Twig” works fine and gives me exactly what I need. Is there a way to make Komodo recognize .volt files as Twig templates by default so that I don’t have to manually change the type each time?