I have started new project with Flask recently. I also found that information in the Komodo description:
Komodo also supports the most widely used Python web frameworks,
including Django, Flask, Pyramid, web2py and more, with code completion
and quick opening of project files.
Thank you for the answer. I was hoping that there is a more “specific” support (like django template syntax, but for jinja2). Currently I use django template syntax checker for flask templates (as they are very similar), but there are some issues…
That could be a possible feature improvement (support Jinja), being very similar to Django it shouldn’t take too long (not sure of the syntax checking though).