module Haml::Precompiler

def start_haml_comment

def start_haml_comment
  return unless block_opened?
  @haml_comment = true
  push_and_tabulate([:haml_comment])
end