First commit.
This commit is contained in:
6
snippets/kotlin-mode/var=
Normal file
6
snippets/kotlin-mode/var=
Normal file
@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: Seong Yong-ju
|
||||
# name: var=
|
||||
# key: var=
|
||||
# --
|
||||
var ${1:variable}${2:: ${3:Int}} = `%`$0
|
Reference in New Issue
Block a user