3058:0a02c433f52d | 3060:5883ce99ee12 |
---|---|
53 """ | 53 """ |
54 return self.commentString | 54 return self.commentString |
55 | 55 |
56 def canBlockComment(self): | 56 def canBlockComment(self): |
57 """ | 57 """ |
58 Public method to determine, whether the lexer language supports a | 58 Public method to determine, whether the lexer language supports a |
59 block comment. | 59 block comment. |
60 | 60 |
61 @return flag (boolean) | 61 @return flag (boolean) |
62 """ | 62 """ |
63 return self.commentString != "" | 63 return self.commentString != "" |