# File lib/sprockets/sass/importer.rb, line 127
      def syntax(path)
        path.to_s.include?('.sass') ? :sass : :scss
      end