---@diagnostic disable: undefined-global return { s('test', t('test inserted')), -- licenses (full-text) s( { trig = 'license-mit', name = 'MIT license' }, file_contents(vim.fn.stdpath('config') .. '/snippets/.licenses/mit', { year = f(function() return os.date('%Y') end, {}), copyright = sn(1, user_email), }) ), s( { trig = 'license-gpl-3.0', name = 'GPL-3.0 license' }, file_contents(vim.fn.stdpath('config') .. '/snippets/.licenses/gpl-3.0', {}) ), s( { trig = 'license-agpl-3.0', name = 'AGPL-3.0 license' }, file_contents(vim.fn.stdpath('config') .. '/snippets/.licenses/agpl-3.0', {}) ), s( { trig = 'license-cc0-1.0', name = 'CC-Zero-1.0 license' }, file_contents(vim.fn.stdpath('config') .. '/snippets/.licenses/cc0-1.0', {}) ), }