I use Notepad++ for viewing my *.pbelevel files, and always had to do the extra clicking “Language >> XML” to configure it, to display the file with XML highlighting. I now found out, how one can configure Notepad++ to do this automatically: locate the langs.xml in your Notepad++ install directory and add the following line:
<Language name="xml" ext="pbelevel"></Language> |
And tada – you’re off to go!
That’s going to save me a TON of time, thanks!
You’re welcome =)