Merge pull request #19076 from fbricon/patch-1

Auto-close javadoc
This commit is contained in:
Alexandru Dima
2017-02-20 11:01:53 +01:00
committed by GitHub

View File

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