Files
Fabio Scotto di Santolo db4f52a064 Added snippets for Emacs
2025-12-27 13:53:55 +01:00

7 lines
64 B
Plaintext

#name : function
# --
function ${1:test}(${2:pValue}) {
$0
}