--- a/QScintilla/Lexers/LexerQSS.py Tue Apr 01 19:43:36 2014 +0200 +++ b/QScintilla/Lexers/LexerQSS.py Wed Apr 02 18:58:09 2014 +0200 @@ -31,10 +31,6 @@ 'start': '/* ', 'end': ' */' } - - # TODO: add QSS API generation - - # TODO: fix styling, it uses CSS styles def initProperties(self): """ @@ -152,3 +148,11 @@ @return lexer language (string) """ return "QSS" + + def lexerName(self): + """ + Public method to return the lexer name. + + @return lexer name (string) + """ + return "QSS"