class Rouge::Lexers::YAML
def set_indent(match, opts={})
def set_indent(match, opts={}) if indent < @next_indent @indent_stack << @next_indent end @next_indent += match.size unless opts[:implicit] end
def set_indent(match, opts={}) if indent < @next_indent @indent_stack << @next_indent end @next_indent += match.size unless opts[:implicit] end