etc: Add tempel snippet for :phases.

* etc/snippets/tempel/scheme-mode (:phases, add-before\ , add-after\ )
(replace\ ): New snippets.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Nicolas Graves 2022-08-12 10:58:49 +02:00 committed by Liliana Marie Prikler
parent c4acaf4120
commit 0928b82070
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -78,3 +78,12 @@ scheme-mode
"(bzr-reference"
n> "(url \"" p "\")"
n> "(revision \"" p "\"))")
(:phases\ "#:phases (modify-phases %standard-phases"
n> p ")")
(add-before\ "(add-before '" p " '" p
n > p ")")
(add-after\ "(add-after '" p " '" p
n > p ")")
(replace\ "(replace '" p " " p")")