magmax/python-inquirer

Allow specifying suffix on Text questions

yajo opened this issue · 0 comments

yajo commented

Many editors support syntax highlighting out of the box if the file ends with a given suffix.

It'd be so easy for inquirer to append the expected suffix to the tmp file it creates on Text() questions, and then the editor could display it syntax-highlighted.

It would be really nice.