Format function.builtin query

This commit is contained in:
Alan Russell 2025-07-18 08:53:23 +01:00
parent 1bffee8dbb
commit 0c1f579202
No known key found for this signature in database

View file

@ -125,35 +125,7 @@
; Built-in functions (essential GROQ functions) ; Built-in functions (essential GROQ functions)
(function_call (function_call
(identifier) @function.builtin (identifier) @function.builtin
(#any-of? @function.builtin (#any-of? @function.builtin
"count" "count" "length" "defined" "references" "now" "dateTime" "coalesce" "unique" "max" "min" "sum"
"length" "avg" "round" "floor" "ceil" "abs" "sqrt" "upper" "lower" "string" "number" "boolean" "array"
"defined" "object" "type" "global" "sanity" "path" "delta" "after" "before"))
"references"
"now"
"dateTime"
"coalesce"
"unique"
"max"
"min"
"sum"
"avg"
"round"
"floor"
"ceil"
"abs"
"sqrt"
"upper"
"lower"
"string"
"number"
"boolean"
"array"
"object"
"type"
"global"
"sanity"
"path"
"delta"
"after"
"before"))