aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-10-20 11:00:53 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-10-20 11:00:53 +0200
commiteb92a0e45fd8458e40c127ed3ba2645bdfd142ed (patch)
treeb88664c0bbd7a25af045639d53afcb44bc403b7b
parentebuild-mode: remove end lines where they should not appear (diff)
downloademacs-ebuild-snippets-eb92a0e45fd8458e40c127ed3ba2645bdfd142ed.tar.gz
emacs-ebuild-snippets-eb92a0e45fd8458e40c127ed3ba2645bdfd142ed.tar.bz2
emacs-ebuild-snippets-eb92a0e45fd8458e40c127ed3ba2645bdfd142ed.zip
ada_compat.yas: add trailing input
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r--snippets/ebuild-mode/ada_compat.yas2
1 files changed, 1 insertions, 1 deletions
diff --git a/snippets/ebuild-mode/ada_compat.yas b/snippets/ebuild-mode/ada_compat.yas
index 862e5fe..d57ed2a 100644
--- a/snippets/ebuild-mode/ada_compat.yas
+++ b/snippets/ebuild-mode/ada_compat.yas
@@ -23,4 +23,4 @@
# --
-ADA_COMPAT=( ${1:gnat_2021} ) \ No newline at end of file
+ADA_COMPAT=( ${1:gnat_2021} $0 ) \ No newline at end of file