Noir::Lexers::YAML
Inherits Noir::Lexer / Noir::Tokens / Reference / Object
Constants
SPECIAL_VALUES = Regex.union(["true", "false", "null"] of ::String)
Constructors
new
SourceInstance methods
block_scalar_indent
Sourceblock_scalar_indent=(block_scalar_indent : Nil | Int32)
Sourcecontinue_indent(match)
Sourcededent?(level : Int32)
Sourceindent
Sourceset_indent(match, opts = {} of Int32 => Bool)
Source