Sha256: d7eac287444c710ce4f5356bd5fa6ce523d9ab57605168d0c0cfe94c0970044f

Contents?: true

Size: 254 Bytes

Versions: 3

Compression:

Stored size: 254 Bytes

Contents

# key is a human name, value is :syntax value or file extension
def syntaxs
  {
    slim: :slim,
    'coffee script' => :coffee,
    html: :html,
    haml: :haml,
    liquid: :liquid,
    sass: :sass,
    scss: :scss,
    md: :md,
    erb: :erb,
  }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
front_matter_parser-0.0.4 spec/support/syntaxs.rb
front_matter_parser-0.0.3 spec/support/syntaxs.rb
front_matter_parser-0.0.2 spec/support/syntaxs.rb