diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-02-27 03:04:24 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-02-27 03:04:24 +0100 |
commit | 3829714e7e3a60035bec043951d63e9d9a8b40ba (patch) | |
tree | 8a9802d36950314e21346237279cbf8ee2d6b1ac /snippets | |
parent | snippets/ebuild-mode: add function.yas (diff) | |
download | emacs-ebuild-snippets-3829714e7e3a60035bec043951d63e9d9a8b40ba.tar.gz emacs-ebuild-snippets-3829714e7e3a60035bec043951d63e9d9a8b40ba.tar.bz2 emacs-ebuild-snippets-3829714e7e3a60035bec043951d63e9d9a8b40ba.zip |
snippets/ebuild-mode: add eclass_variable.yas
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'snippets')
-rw-r--r-- | snippets/ebuild-mode/eclass_variable.yas | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/snippets/ebuild-mode/eclass_variable.yas b/snippets/ebuild-mode/eclass_variable.yas new file mode 100644 index 0000000..f064a06 --- /dev/null +++ b/snippets/ebuild-mode/eclass_variable.yas @@ -0,0 +1,28 @@ +# -*- mode: snippet; indent-tabs-mode: t; -*- + + +# Copyright 2023 Gentoo Authors + + +# This file is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# (at your option) any later version. + +# This file is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. + + +# name: eclass_variable +# key: eclass_variable + + +# -- +# @ECLASS_VARIABLE: $1 +# @DESCRIPTION: +# $0 |