mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 13:30:01 -04:00
fix(format): handle list with 300 nodes
This commit is contained in:
parent
e9602f4119
commit
5f950cdcb8
5 changed files with 7 additions and 23 deletions
|
|
@ -277,9 +277,9 @@
|
|||
))
|
||||
|
||||
; Builtin Funcs
|
||||
; format-ignore
|
||||
(call
|
||||
(identifier) @function.builtin
|
||||
; format-ignore
|
||||
(#any-of? @function.builtin
|
||||
; @GlobalScope
|
||||
"abs" "absf" "absi" "acos" "asin" "atan" "atan2" "bezier_derivative"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue