QScintilla/Lexers/LexerQSS.py

changeset 3468
869d0b6e1e16
parent 3466
1406a3e1180b
child 3515
1b8381afe38f
--- 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"

eric ide

mercurial