dotfiles/vim/.vim/UltiSnips/javascript.snippets
2024-08-23 11:20:30 +02:00

11 lines
293 B
Plaintext

snippet sign "sign your work" b
/*******************************************************
* File: `!p snip.rv = fn`
* Author: `git config --global --get user.name`
* Scope: ${1:Extension messagerie}
* Description: $2
*******************************************************/
$0
endsnippet