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