First commit.
This commit is contained in:
9
snippets/java-mode/if
Normal file
9
snippets/java-mode/if
Normal file
@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: if
|
||||
# key: if
|
||||
# uuid: if
|
||||
# condition: (not (sp-point-in-string-or-comment))
|
||||
# --
|
||||
if (${1:true}) {
|
||||
$0
|
||||
}
|
Reference in New Issue
Block a user