autocomplete added missing keywords
This commit is contained in:
parent
577370caef
commit
4f113ab2c5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue