How can I associate certain file extensions to automatically open with certain language coloring in Notepad++?
The file is best edited with Notepad++ (of course! 🙂 Search for the language by name (from the drop down menu list under “Language”, or by a File Extension that you already is associated (without the “.” so for .sql files for example, you will actually be searching for ‘ext=”sql” ‘) Once you have found that, simply add in the file extensions you also want associated to that Language. For example, I changed mine to also show PLSQL Packages as sql by changing it to: ext=”sql pkb” Good luck! Sources: All my own work!