egglog-language-server/language-configuration.json
2023-08-23 23:56:57 +09:00

15 lines
244 B
JSON

{
"comments": {
"lineComment": ";",
"blockComment": [ "", "" ]
},
"brackets": [
["(", ")"],["[", "]"]
],
"autoClosingPairs": [
["(", ")"],["[", "]"], ["\"","\""]
],
"surroundingPairs": [
["(", ")"],["[", "]"], ["\"","\""]
]
}