QScintilla/Lexers/LexerXML.py

changeset 564
b3d966393ba9
parent 167
7508e44f4853
child 791
9ec2ac20e54e
diff -r e35d2cda9a74 -r b3d966393ba9 QScintilla/Lexers/LexerXML.py
--- a/QScintilla/Lexers/LexerXML.py	Sat Sep 04 19:51:19 2010 +0200
+++ b/QScintilla/Lexers/LexerXML.py	Sat Sep 04 19:51:48 2010 +0200
@@ -35,7 +35,7 @@
         Public slot to initialize the properties.
         """
         self.setFoldPreprocessor(Preferences.getEditor("HtmlFoldPreprocessor"))
-        self.setCaseSensitiveTags(\
+        self.setCaseSensitiveTags(
             Preferences.getEditor("HtmlCaseSensitiveTags"))
         self.setFoldCompact(Preferences.getEditor("AllFoldCompact"))
         try:
@@ -105,4 +105,4 @@
         @param kwSet number of the keyword set (integer) 
         @return string giving the keywords (string) or None
         """
-        return QsciLexerXML.keywords(self, kwSet)
+        return QsciLexerXML.keywords(self, kwSet)
\ No newline at end of file

eric ide

mercurial