summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/ruby-ts-mode.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/ruby-ts-mode.el b/lisp/progmodes/ruby-ts-mode.el
index c334c4aff0c..f075824591d 100644
--- a/lisp/progmodes/ruby-ts-mode.el
+++ b/lisp/progmodes/ruby-ts-mode.el
@@ -220,9 +220,9 @@ values of OVERRIDE"
:language language
:feature 'constant
- '((true) @font-lock-doc-markup-face
- (false) @font-lock-doc-markup-face
- (nil) @font-lock-doc-markup-face)
+ '((true) @font-lock-constant-face
+ (false) @font-lock-constant-face
+ (nil) @font-lock-constant-face)
;; Before 'operator so (unary) works.
:language language