I have a file in PyCharm and its used to be just a .txt file. Now I wanted to use .rst (reStructuredText).
.txt
.rst
I know that when I open a file w
PyCharm > Preferences > Editor > File Type > Recognised file types > Select one (e.g., Javascript) > Registered Patterns (+ add wildcard * > apply > - remove wildcard).
This worked for me to get my files associated with the right type.