Add method tags
This commit is contained in:
parent
b1c2da4cb4
commit
746c8d27b8
2 changed files with 19 additions and 0 deletions
|
|
@ -8,4 +8,12 @@
|
|||
function: (identifier) @name) @reference.call
|
||||
; }}}
|
||||
|
||||
; Methods {{{
|
||||
(method_declaration
|
||||
name: (identifier) @name) @definition.method
|
||||
|
||||
(method_call
|
||||
method: (identifier) @name) @reference.call
|
||||
; }}}
|
||||
|
||||
; vim: sw=2 foldmethod=marker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue