Add methods high-lighting
This commit is contained in:
parent
555e10c736
commit
425890a6fc
2 changed files with 10 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
|||
] @punctuation.bracket
|
||||
; }}}
|
||||
|
||||
; Functions {{{
|
||||
; Functions and methods {{{
|
||||
(function_call
|
||||
function: (identifier) @function)
|
||||
(function_declaration
|
||||
|
|
@ -83,6 +83,11 @@
|
|||
(primitive_declaration
|
||||
name: (identifier) @function)
|
||||
|
||||
(method_call
|
||||
method: (identifier) @method)
|
||||
(method_declaration
|
||||
name: (identifier) @method)
|
||||
|
||||
(parameters
|
||||
name: (identifier) @variable.parameter)
|
||||
; }}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue