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:
parent
db6d64e2f4
commit
2f09f94414
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue