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 (method_declaration
name: (field_identifier) @method) name: (field_identifier) @method)
(method_spec (method_spec
name: (field_identifier) @method) name: (field_identifier) @method)
; Constructors ; Constructors
@ -163,6 +163,7 @@
(#any-of? @function.builtin (#any-of? @function.builtin
"append" "append"
"cap" "cap"
"clear"
"close" "close"
"complex" "complex"
"copy" "copy"