[mod] v0.0.64

This commit is contained in:
Andy Bunce 2023-01-26 11:32:14 +00:00
parent 52237c8267
commit 6d074b29c9
10 changed files with 64 additions and 46 deletions

View file

@ -1,20 +1,11 @@
{
"comments": {
"lineComment": ["(:", ":)"],
"blockComment": [ "(:~", "~:)"]
"blockComment": [ "(:", ":)"]
},
"brackets": [
[
"{",
"}"
],
[
"[",
"]"
],
[
"(",
")"
]
[ "{", "}" ],
[ "[", "]" ],
[ "(", ")" ]
]
}