diff options
author | Georgie <george@fivetran.com> | 2016-05-22 19:26:30 -0700 |
---|---|---|
committer | Georgie <george@fivetran.com> | 2016-05-22 19:26:30 -0700 |
commit | a7fd1f115a06a60614927cfd618c2ce59de32393 (patch) | |
tree | 5287691ad5402ee94d230e6671a14926e2b63e28 /snippets | |
parent | a8fb080c6f37cba618e5ba6e5402b6aab10e7f5c (diff) | |
download | java-language-server-a7fd1f115a06a60614927cfd618c2ce59de32393.zip |
Javadoc comment support
Diffstat (limited to 'snippets')
-rw-r--r-- | snippets/java.json | 11 |
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 |