From 3829714e7e3a60035bec043951d63e9d9a8b40ba Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Mon, 27 Feb 2023 03:04:24 +0100 Subject: snippets/ebuild-mode: add eclass_variable.yas MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- snippets/ebuild-mode/eclass_variable.yas | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 snippets/ebuild-mode/eclass_variable.yas (limited to 'snippets') 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 . + + +# name: eclass_variable +# key: eclass_variable + + +# -- +# @ECLASS_VARIABLE: $1 +# @DESCRIPTION: +# $0 -- cgit v1.2.3-65-gdbad