fear(go): add clear to @function.builtin

This commit is contained in:
Yuki Ito 2023-05-26 22:51:51 +09:00 committed by GitHub
parent 5781c94703
commit ec97c5ec72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,8 +35,8 @@
(method_declaration
name: (field_identifier) @method)
(method_spec
name: (field_identifier) @method)
(method_spec
name: (field_identifier) @method)
; Constructors
@ -163,6 +163,7 @@
(#any-of? @function.builtin
"append"
"cap"
"clear"
"close"
"complex"
"copy"