mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 08:20:05 -04:00
fear(go): add clear to @function.builtin
This commit is contained in:
parent
5781c94703
commit
ec97c5ec72
1 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue