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