mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
supercollider: simplify method
This commit is contained in:
parent
098d373d85
commit
cb8ad86cb6
1 changed files with 2 additions and 4 deletions
|
|
@ -24,10 +24,8 @@
|
|||
name: (identifier) @property)
|
||||
|
||||
; Methods
|
||||
(instance_method_call
|
||||
name: (method_name) @function)
|
||||
(class_method_call
|
||||
name: (class_method_name) @method)
|
||||
(method_call
|
||||
name: (method_name) @method)
|
||||
|
||||
; Classes
|
||||
(class) @type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue