1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Accept silent_script

This commit is contained in:
Takashi Kokubun 2015-10-16 01:11:45 +09:00
parent db6d64e2f4
commit 2f09f94414

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