opengoal-vscode/syntaxes/configs/opengoal-ir.jsonc

14 lines
237 B
Plaintext

{
"comments": {
"lineComment": ";;",
"blockComment": ["#|", "|#"]
},
// symbols used as brackets
"brackets": [["(", ")"]],
"surroundingPairs": [
["(", ")"],
["\"", "\""]
],
"wordPattern": "[^\\s,\\(\\)]+"
}