init
This commit is contained in:
6
snippets/julia-mode/atype
Normal file
6
snippets/julia-mode/atype
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: abstract type ... end
|
||||
# key: atype
|
||||
# contributor: hankail05
|
||||
# --
|
||||
abstract type ${1:${2:type} <: ${3:supertype}} end$0
|
||||
Reference in New Issue
Block a user