mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue