fix(highlights): improve member/property distinction

This commit is contained in:
ObserverOfTime 2024-01-10 18:05:37 +02:00 committed by Christian Clason
parent 2f38c36294
commit fa38f4e6f9
34 changed files with 106 additions and 95 deletions

View file

@ -53,7 +53,7 @@
[
(ivar_name)
(cvar_name)
] @property
] @variable.member
(alias_member
(method_name) @function)
@ -80,7 +80,7 @@
(const_name
(constant) @constant)
(global_name) @property
(global_name) @variable.global
; Standard Arguments
(parameter