QScintilla/Lexers/LexerQSS.py

changeset 3466
1406a3e1180b
parent 3461
ea12ebbbb61b
child 3468
869d0b6e1e16
equal deleted inserted replaced
3463:6b0bd9a931ac 3466:1406a3e1180b
31 'start': '/* ', 31 'start': '/* ',
32 'end': ' */' 32 'end': ' */'
33 } 33 }
34 34
35 # TODO: add QSS API generation 35 # TODO: add QSS API generation
36
37 # TODO: fix styling, it uses CSS styles
36 38
37 def initProperties(self): 39 def initProperties(self):
38 """ 40 """
39 Public slot to initialize the properties. 41 Public slot to initialize the properties.
40 """ 42 """

eric ide

mercurial