yasnippet-snippets/snippets/julia-mode/using

7 lines
112 B
Plaintext
Raw Normal View History

2019-09-30 04:12:33 +02:00
# -*- mode: snippet -*-
# name: using ...
# key: using
2019-10-01 05:32:05 +02:00
# contributor: hankail05
# --
using ${1:${2:package}:}$0