--- a/Preferences/ConfigurationPages/EditorHighlightersPage.py Fri Nov 01 15:48:48 2013 +0100 +++ b/Preferences/ConfigurationPages/EditorHighlightersPage.py Sun Nov 03 15:58:22 2013 +0100 @@ -69,7 +69,7 @@ """ lexerAssocs = {} for index in range( - self.editorLexerList.topLevelItemCount()): + self.editorLexerList.topLevelItemCount()): itm = self.editorLexerList.topLevelItem(index) lexerAssocs[itm.text(0)] = itm.text(1) Preferences.setEditorLexerAssocs(lexerAssocs)