class Haml::Parser

def continuation_script?(text)

def continuation_script?(text)
  text[0] == SILENT_SCRIPT && mid_block_keyword?(text)
end