Universal-Assembly-Syntax-H.../language-configuration.json
2024-10-12 22:50:58 -04:00

32 lines
532 B
JSON

{
"comments": {
"lineComment": ";",
"blockComment": ["/*", "*/"]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
],
"autoClosingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
],
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
],
"folding": {
"markers": {
"start": "\\.section",
"end": "\\.endsection"
}
}
}