39 'start': '/* ', |
39 'start': '/* ', |
40 'middle': ' * ', |
40 'middle': ' * ', |
41 'end': ' */' |
41 'end': ' */' |
42 } |
42 } |
43 |
43 |
|
44 self.keywordSetDescriptions = [ |
|
45 self.tr("Primary keywords and identifiers"), |
|
46 self.tr("Secondary keywords and identifiers"), |
|
47 self.tr("Documentation comment keywords"), |
|
48 self.tr("Global classes and typedefs"), |
|
49 self.tr("Preprocessor definitions"), |
|
50 self.tr("Task marker and error marker keywords"), |
|
51 ] |
|
52 |
44 ############################################################## |
53 ############################################################## |
45 ## default sub-style definitions |
54 ## default sub-style definitions |
46 ############################################################## |
55 ############################################################## |
47 |
56 |
48 diffToSecondary = 0x40 |
57 diffToSecondary = 0x40 |