diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-10-20 11:00:53 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-10-20 11:00:53 +0200 |
commit | eb92a0e45fd8458e40c127ed3ba2645bdfd142ed (patch) | |
tree | b88664c0bbd7a25af045639d53afcb44bc403b7b /snippets | |
parent | ebuild-mode: remove end lines where they should not appear (diff) | |
download | emacs-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>
Diffstat (limited to 'snippets')
-rw-r--r-- | snippets/ebuild-mode/ada_compat.yas | 2 |
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 |