2023-12-23 16:24:30 +08:00

6 lines
86 B
Plaintext

# -*- mode: snippet -*-
# name: function
# key: fun
# --
function ${1: fun_name}()
end