init
This commit is contained in:
6
snippets/hy-mode/imp
Normal file
6
snippets/hy-mode/imp
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: import
|
||||
# key: import
|
||||
# binding: direct-keybinding
|
||||
# --
|
||||
(import [${1:module-name} [${2:exposing}]])
|
||||
Reference in New Issue
Block a user