mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-18 16:02:57 +00:00
37 lines
452 B
JSON
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"
|
|
]
|
|
}
|