middleman/middleman-syntax

View on GitHub
fixtures/test-app/source/code_haml_filter.html.haml

Summary

Maintainability
Test Coverage
%h1 Ruby

:code
  # lang: ruby
  def foo(bar)
    puts "baz"
  end

%h1 Whatever

:code
  This is some code