mirror of
https://github.com/Steffo99/riscv-plus.git
synced 2024-11-26 01:54:25 +00:00
20 lines
No EOL
501 B
JSON
20 lines
No EOL
501 B
JSON
{
|
|
"comments": {
|
|
// symbol used for single line comment. Remove this entry if your language does not support line comments
|
|
"lineComment": "#"
|
|
},
|
|
// symbols used as brackets
|
|
"brackets": [
|
|
["(", ")"]
|
|
],
|
|
// symbols that are auto closed when typing
|
|
"autoClosingPairs": [
|
|
["(", ")"],
|
|
["\"", "\""]
|
|
],
|
|
// symbols that that can be used to surround a selection
|
|
"surroundingPairs": [
|
|
["(", ")"],
|
|
["\"", "\""]
|
|
]
|
|
} |