mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 02:40:09 -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)
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue