summaryrefslogtreecommitdiff
path: root/snippets
diff options
context:
space:
mode:
authorGeorgie <george@fivetran.com>2016-05-22 19:26:30 -0700
committerGeorgie <george@fivetran.com>2016-05-22 19:26:30 -0700
commita7fd1f115a06a60614927cfd618c2ce59de32393 (patch)
tree5287691ad5402ee94d230e6671a14926e2b63e28 /snippets
parenta8fb080c6f37cba618e5ba6e5402b6aab10e7f5c (diff)
downloadjava-language-server-a7fd1f115a06a60614927cfd618c2ce59de32393.zip
Javadoc comment support
Diffstat (limited to 'snippets')
-rw-r--r--snippets/java.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/snippets/java.json b/snippets/java.json
new file mode 100644
index 0000000..5a7b5c8
--- /dev/null
+++ b/snippets/java.json
@@ -0,0 +1,11 @@
+{
+ "Javadoc": {
+ "prefix": "doc",
+ "body": [
+ "/**",
+ " * $0",
+ " */"
+ ],
+ "description": "Javadoc"
+ }
+} \ No newline at end of file