Configuring Notepad++ for pbelevel format

March 23rd, 2010 by Christian Leave a reply »

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!

2 comments

  1. Jorshasaur says:

    That’s going to save me a TON of time, thanks!

  2. Christian says:

    You’re welcome =)

Leave a Reply