This commit is contained in:
hatoo 2023-08-23 23:56:57 +09:00
parent 2cdba2df75
commit d5b10472cc
2 changed files with 17 additions and 1 deletions

View file

@ -0,0 +1,15 @@
{
"comments": {
"lineComment": ";",
"blockComment": [ "", "" ]
},
"brackets": [
["(", ")"],["[", "]"]
],
"autoClosingPairs": [
["(", ")"],["[", "]"], ["\"","\""]
],
"surroundingPairs": [
["(", ")"],["[", "]"], ["\"","\""]
]
}

View file

@ -17,7 +17,8 @@
"id": "egglog",
"extensions": [
".egg"
]
],
"configuration": "./language-configuration.json"
}
]
},