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
commit 0398d89a37

View file

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