the TextMate language definition was completely rewritten by Claude from my Sublime Syntax definition some tests against Midas files show that it seems on par with the other definition Co-authored-by: Claude <noreply@anthropic.com>
16 lines
307 B
JSON
16 lines
307 B
JSON
{
|
|
"brackets": [
|
|
["{", "}"],
|
|
["[", "]"]
|
|
],
|
|
"autoClosingPairs": [
|
|
{ "open": "{", "close": "}" },
|
|
{ "open": "[", "close": "]" },
|
|
{ "open": "(", "close": ")" }
|
|
],
|
|
"surroundingPairs": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"]
|
|
]
|
|
} |