Files
DeviceManager/static/languages/code_pascal.json
2023-07-17 18:44:18 +02:00

37 lines
452 B
JSON

{
"name": "code_pascal",
"leftToRight": true,
"noLazyMode": true,
"words": [
"and",
"begin",
"boolean",
"break",
"byte",
"continue",
"div",
"do",
"double",
"else",
"end",
"false",
"if",
"integer",
"longint",
"mod",
"not",
"or",
"repeat",
"shl",
"shortint",
"shr",
"single",
"then",
"true",
"until",
"while",
"word",
"xor"
]
}