diff -r a417a0670a36 -r 7fe9a53280bd Preferences/ConfigurationPages/EditorHighlightersPage.py --- a/Preferences/ConfigurationPages/EditorHighlightersPage.py Sat Oct 19 16:14:07 2013 +0200 +++ b/Preferences/ConfigurationPages/EditorHighlightersPage.py Sat Oct 19 16:51:12 2013 +0200 @@ -67,7 +67,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)