Accept silent_script

This commit is contained in:
Takashi Kokubun 2015-10-16 01:11:45 +09:00
parent db6d64e2f4
commit 2f09f94414
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ module Hamlit
compile_plain(node)
when :script
compile_script(node)
when :silent_script
[:multi]
when :tag
compile_tag(node)
when :haml_comment