class SassC::Engine

def syntax

def syntax
  syntax = @options.fetch(:syntax, :scss).to_sym
  syntax = :indented if syntax == :sass
  syntax
end