QScintilla/Lexers/LexerPostScript.py

changeset 130
fcce4cc20d95
parent 13
1af94a91f439
child 167
7508e44f4853
equal deleted inserted replaced
129:3bc474738bf3 130:fcce4cc20d95
49 Public method to check, if a style is a string style. 49 Public method to check, if a style is a string style.
50 50
51 @return flag indicating a string style (boolean) 51 @return flag indicating a string style (boolean)
52 """ 52 """
53 return False 53 return False
54
55 def defaultKeywords(self, kwSet):
56 """
57 Public method to get the default keywords.
58
59 @param kwSet number of the keyword set (integer)
60 """
61 return QsciLexerPostScript.keywords(self, kwSet)

eric ide

mercurial