mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-15 18:04:18 +00:00
Last commit before tagging and releasing
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: j.b
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: java.beans.
|
||||
# --
|
||||
java.beans.
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: j.i
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: java.io.
|
||||
# --
|
||||
java.io.
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: j.m
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: java.math.
|
||||
# --
|
||||
java.math.
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: j.n
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: java.net.
|
||||
# --
|
||||
java.net.
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: j.u
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: java.util.
|
||||
# --
|
||||
java.util.
|
||||
Reference in New Issue
Block a user