pub const SQL_FUNCTIONS: &[&str];Expand description
SQL function names — union of highlighter and autocomplete lists, deduplicated.
Note: REPLACE appears in both SQL_KEYWORDS and this list intentionally.
When followed by ( the tokenizer should classify it as a Function.