supercollider: simplify method

This commit is contained in:
Mads Kjeldgaard 2021-05-17 20:59:30 +02:00 committed by Stephan Seitz
parent 098d373d85
commit cb8ad86cb6

View file

@ -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