class Rouge::Lexers::YAML
def continue_indent(match)
def continue_indent(match) puts " yaml: continue_indent" if @debug @next_indent += match.size end
def continue_indent(match) puts " yaml: continue_indent" if @debug @next_indent += match.size end