eric7.QScintilla.Lexers.LexerYAML
Module implementing a YAML lexer with some additional methods.
Global Attributes
Classes
LexerYAML |
Subclass to implement some additional lexer dependant methods. |
Functions
LexerYAML
Subclass to implement some additional lexer dependant methods.
Derived from
Lexer, QsciLexerYAML
Class Attributes
Class Methods
Methods
Static Methods
LexerYAML (Constructor)
LexerYAML(parent=None)
Constructor
- parent
-
parent widget of this lexer
LexerYAML.defaultKeywords
defaultKeywords(kwSet)
Public method to get the default keywords.
- kwSet
-
number of the keyword set (integer)
- Return:
-
string giving the keywords (string) or None
LexerYAML.initProperties
initProperties()
Public slot to initialize the properties.
LexerYAML.isCommentStyle
isCommentStyle(style)
Public method to check, if a style is a comment style.
- style
-
style to check (integer)
- Return:
-
flag indicating a comment style (boolean)
LexerYAML.isStringStyle
isStringStyle(style)
createLexer
createLexer(variant="", parent=None)