8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
22 """ | 22 """ |
23 def __init__(self): | 23 def __init__(self): |
24 """ | 24 """ |
25 Constructor | 25 Constructor |
26 """ | 26 """ |
27 super(SubstyledLexer, self).__init__() | 27 super().__init__() |
28 | 28 |
29 self.baseStyles = [] | 29 self.baseStyles = [] |
30 # list of style numbers, that support sub-styling | 30 # list of style numbers, that support sub-styling |
31 self.defaultSubStyles = {} | 31 self.defaultSubStyles = {} |
32 # dictionary with sub-styling data | 32 # dictionary with sub-styling data |