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) name: (identifier) @property)
; Methods ; Methods
(instance_method_call (method_call
name: (method_name) @function) name: (method_name) @method)
(class_method_call
name: (class_method_name) @method)
; Classes ; Classes
(class) @type (class) @type