autocomplete added missing keywords

This commit is contained in:
VaclavT 2021-07-14 12:05:25 +02:00
parent 577370caef
commit 4f113ab2c5
1 changed files with 4 additions and 1 deletions

View File

@ -11,7 +11,10 @@
"range", "map", "filter", "reduce", "exit", "quit", "print", "input", "random", "include",
"read-file", "write-file", "read-url", "system-cmd", "ls-dir", "is-file?", "is-dir?",
"parse-csv", "parse-json", "get-universal-time", "date-to-str", "str-to-date", "date-add", "debug",
"sprintf", "display", "string-replace", "string-regex?", "string-pad", "int", "float", "string" };
"sprintf", "display", "string-replace", "string-regex?", "string-pad", "int", "float", "string",
"benchmark", "thread-create", "thread-under-lock", "thread-sleep", "threads-join", "try", "throw",
"usql"
};
std::string get_history_file_dir() {
// TODO not portable and in function