Files
spring-tools/vscode-extensions/vscode-boot-properties/properties-support/language-configuration.json
2017-11-23 10:38:33 -08:00

21 lines
257 B
JSON

{
"comments": {
"lineComment": "#"
},
"brackets": [
],
"autoClosingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
],
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
]
}