basic language-configuration

This commit is contained in:
Vyacheslav Matyukhin 2022-06-21 00:26:16 +03:00
parent dab6b3d09e
commit 00b1e6bb96
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C
2 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,18 @@
{
"comments": {
"lineComment": "//",
"blockComment": ["/*", "*/"]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
],
"autoClosingPairs": [
{ "open": "{", "close": "}" },
{ "open": "[", "close": "]" },
{ "open": "(", "close": ")" },
{ "open": "'", "close": "'", "notIn": ["string", "comment"] },
{ "open": "\"", "close": "\"", "notIn": ["string", "comment"] }
]
}

View File

@ -31,7 +31,8 @@
],
"aliases": [
"Squiggle"
]
],
"configuration": "./language-configuration.json"
}
],
"grammars": [