mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -04:00
Format function.builtin query
This commit is contained in:
parent
1bffee8dbb
commit
0c1f579202
1 changed files with 4 additions and 32 deletions
|
|
@ -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"))
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue