src/eric7/QScintilla/Lexers/LexerPygments.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
650 @param _kwSet number of the keyword set (unused) 650 @param _kwSet number of the keyword set (unused)
651 @type int 651 @type int
652 @return string giving the keywords or None 652 @return string giving the keywords or None
653 @rtype str 653 @rtype str
654 """ 654 """
655 return None # __IGNORE_WARNING_M831__ 655 return None # __IGNORE_WARNING_M-831__
656 656
657 def commentStr(self): 657 def commentStr(self):
658 """ 658 """
659 Public method to return the comment string. 659 Public method to return the comment string.
660 660

eric ide

mercurial