require('core.snippets.shorthands')

return {
  s("php", {
    t({ "<?php", "\t" }),
    i(1),
    t({ "", "?>" })
  })
}