mirror of
https://github.com/ksherlock/x65.git
synced 2024-12-28 04:31:46 +00:00
e37bf5ae11
* PrintError has an optional argument for enclosing file * Visual Studio Code extension
25 lines
446 B
JSON
25 lines
446 B
JSON
{
|
|
"comments": {
|
|
"lineComment": ";",
|
|
"blockComment": [ "/*", "*/" ]
|
|
},
|
|
"brackets": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"]
|
|
],
|
|
"autoClosingPairs": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"],
|
|
["\"", "\""],
|
|
["'", "'"]
|
|
],
|
|
"surroundingPairs": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"],
|
|
["\"", "\""],
|
|
["'", "'"]
|
|
]
|
|
} |