diff -r ecf45f723038 -r c3bd65c330ed eric6/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py --- a/eric6/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py Wed Jan 27 18:29:25 2021 +0100 +++ b/eric6/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py Wed Jan 27 18:29:52 2021 +0100 @@ -517,6 +517,7 @@ """ self.__exportStyles(list(self.lexers.values())) + # TODO: do the JSON styles def __exportStyles(self, lexers): """ Private method to export the styles of the given lexers. @@ -558,6 +559,7 @@ .format(fn, f.errorString()) ) + # TODO: do the JSON styles def __importStyles(self, lexers): """ Private method to import the styles of the given lexers.