Auto-close javadoc

This commit is contained in:
Fred Bricon
2017-01-23 14:39:08 -05:00
committed by GitHub
parent d49e617cf6
commit 66c52d0fe6

View File

@@ -13,7 +13,8 @@
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
["'", "'"],
{ "open": "/**", "close": " */", "notIn": ["string"] }
],
"surroundingPairs": [
["{", "}"],
@@ -23,4 +24,4 @@
["'", "'"],
["<", ">"]
]
}
}