Hallo,

I'm trying to edit the stylers.xml and langs.xml because I like to add a functions style to python. So I add
<WordsStyle name="FUNCTIONS" styleID="13" fgColor="FFFFFF" bgColor="111111" fontName="" fontStyle="1" fontSize="" keywordClass="instre2" />
to the stylers.xml file and
<Keywords name="instre2">len int range</Keywords>
to thelangs.xml file. After that I delete stylers.xml from %APPDATA%\Notepad++ and run npp.
Now FUNTIONS is a menupoint but doesn't work.