QScintilla/Lexers/LexerXML.py

changeset 130
fcce4cc20d95
parent 13
1af94a91f439
child 167
7508e44f4853
--- a/QScintilla/Lexers/LexerXML.py	Sun Feb 28 14:33:07 2010 +0000
+++ b/QScintilla/Lexers/LexerXML.py	Sun Feb 28 17:27:35 2010 +0000
@@ -97,3 +97,11 @@
                          QsciLexerXML.ASPPythonTripleSingleQuotedString, 
                          QsciLexerXML.PHPDoubleQuotedString, 
                          QsciLexerXML.PHPSingleQuotedString]
+    
+    def defaultKeywords(self, kwSet):
+        """
+        Public method to get the default keywords.
+        
+        @param kwSet number of the keyword set (integer) 
+        """
+        return QsciLexerXML.keywords(self, kwSet)

eric ide

mercurial