yasnippet-snippets/snippets/julia-mode/using

7 lines
112 B
Plaintext

# -*- mode: snippet -*-
# name: using ...
# key: using
# contributor: hankail05
# --
using ${1:${2:package}:}$0