eric6/Preferences/HighlightingStylesFile.py

changeset 8218
7c09585bd960
parent 8103
338fe0064e5a
child 8240
93b8a353c4bf
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
27 Constructor 27 Constructor
28 28
29 @param parent reference to the parent object (defaults to None) 29 @param parent reference to the parent object (defaults to None)
30 @type QObject (optional) 30 @type QObject (optional)
31 """ 31 """
32 super(HighlightingStylesFile, self).__init__(parent) 32 super().__init__(parent)
33 33
34 self.__lexerAliases = { 34 self.__lexerAliases = {
35 "PO": "Gettext", 35 "PO": "Gettext",
36 "POV": "Povray", 36 "POV": "Povray",
37 } 37 }

eric ide

mercurial