diff --git a/frontend/static/languages/code_pascal.json b/frontend/static/languages/code_pascal.json index 2e12c8355130..785282441338 100644 --- a/frontend/static/languages/code_pascal.json +++ b/frontend/static/languages/code_pascal.json @@ -2,34 +2,156 @@ "name": "code_pascal", "noLazyMode": true, "words": [ + "-", + ",", + ";", + ":", + ":=", + ".", + "'", + "(", + "(*", + ")", + "[", + "]", + "{", + "{$", + "}", + "@", + "*", + "*)", + "/", + "//", + "&", + "#", + "%", + "^", + "+", + "<", + "<=", + "<>", + "=", + ">", + ">=", + "absolute", + "abstract", + "alias", "and", + "array", + "as", + "asm", + "automated", "begin", "boolean", "break", "byte", + "cardinal", + "case", + "cdecl", + "class", + "const", + "constref", + "constructor", "continue", + "cppdecl", + "create", + "default", + "destroy", + "destructor", + "dispinterface", + "dispose", "div", "do", "double", + "downto", "else", "end", + "except", + "exit", + "export", + "exports", + "extended", + "external", "false", + "file", + "finalization", + "finally", + "forward", + "free", + "function", + "generic", + "goto", "if", + "implementation", + "in", + "inc", + "index", + "inherited", + "initialization", + "inline", "integer", + "interface", + "is", + "label", + "library", + "local", "longint", + "longword", + "main", "mod", + "name", + "nil", "not", + "object", + "of", + "operator", "or", + "out", + "overload", + "override", + "packed", + "pascal", + "private", + "procedure", + "program", + "property", + "public", + "published", + "raise", + "read", + "readln", + "real", + "record", + "register", + "reintroduce", "repeat", + "resourcestring", + "result", + "safecall", + "self", + "set", "shl", "shortint", "shr", "single", + "smallint", + "stdcall", + "string", "then", + "threadvar", "true", + "try", + "type", + "unit", "until", + "uses", + "var", + "virtual", "while", + "with", "word", + "write", + "writeln", "xor" ] }