mirror of
https://github.com/lliding/ld-emacs.git
synced 2025-10-13 05:23:05 +00:00
6 lines
86 B
Plaintext
6 lines
86 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: function
|
|
# key: fun
|
|
# --
|
|
function ${1: fun_name}()
|
|
end |