summaryrefslogtreecommitdiff
path: root/etc/snippets/yas/scheme-mode/guix-news-entry
blob: 7f5bb21c50e47cc208649c2a0dd133971c8085c3 (plain)
1
2
3
4
5
6
7
8
9
# -*- mode: snippet -*-
# name: guix-news-entry
# key: entry...
# --
(entry (commit "$1")
       (title
        (en "$2"))
       (body
        (en "$3")))