Move java yasnippet defuns into snippets repo
This commit is contained in:
parent
7d266dd728
commit
274cc9e1e3
4 changed files with 15 additions and 17 deletions
|
@ -1,9 +1,9 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: Java MAIN file template
|
||||
# --
|
||||
package `(narf/java-project-package)`;
|
||||
package `(yas-java-project-package)`;
|
||||
|
||||
public class `(narf/java-class-name)` $1
|
||||
public class `(yas-java-class-name)` $1
|
||||
{
|
||||
public static void main(String[] args) {
|
||||
$0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue