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 } |