mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-08 22:34:03 +09:00
13 lines
342 B
Plaintext
13 lines
342 B
Plaintext
{
|
|
"tsfVersion": "1.0",
|
|
"name": "rem",
|
|
"summary": "A comment; the line is ignored",
|
|
"symbols": {
|
|
"text": { "kind": "positional", "type": "string", "name": "TEXT", "summary": "Comment text", "completion": { "method": "none" } }
|
|
},
|
|
"synopsis": {
|
|
"type": "repeat",
|
|
"child": { "type": "reference", "symbol": "text" }
|
|
}
|
|
}
|