diff options
Diffstat (limited to 'lisp/progmodes/ruby-ts-mode.el')
-rw-r--r-- | lisp/progmodes/ruby-ts-mode.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/ruby-ts-mode.el b/lisp/progmodes/ruby-ts-mode.el index 01b0cd784a3..fedba200f83 100644 --- a/lisp/progmodes/ruby-ts-mode.el +++ b/lisp/progmodes/ruby-ts-mode.el @@ -292,11 +292,11 @@ values of OVERRIDE" :language language :feature 'global - '((global_variable) @font-lock-variable-name-face) + '((global_variable) @font-lock-variable-ref-face) :language language :feature 'instance - '((instance_variable) @font-lock-variable-name-face) + '((instance_variable) @font-lock-variable-ref-face) :language language :feature 'method-definition @@ -350,7 +350,7 @@ values of OVERRIDE" :language language :feature 'function '((call - method: (identifier) @font-lock-function-name-face)) + method: (identifier) @font-lock-function-call-face)) :language language :feature 'assignment |