First commit.
This commit is contained in:
7
snippets/java-mode/var=
Normal file
7
snippets/java-mode/var=
Normal file
@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: variable declaration & assignment
|
||||
# key: var=
|
||||
# uuid: var=
|
||||
# condition: (not (sp-point-in-string-or-comment))
|
||||
# --
|
||||
${1:int} ${2:variable} = `%`$0;
|
Reference in New Issue
Block a user