mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-14 17:42:03 +00:00
Last commit before tagging and releasing
This commit is contained in:
6
extras/imported/java-mode/Constructs/variable.yasnippet
Normal file
6
extras/imported/java-mode/Constructs/variable.yasnippet
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: v
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: variable
|
||||
# --
|
||||
${1:String} ${2:var}${3: = ${0:null}};
|
||||
Reference in New Issue
Block a user