# File lib/rouge/lexers/yaml.rb, line 61 def continue_indent(match) puts " yaml: continue_indent" if @debug @next_indent += match.size end