[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-29 0cf053648a4: ; ruby-ts-mode: Update font-lock features list in
From: |
Dmitry Gutov |
Subject: |
emacs-29 0cf053648a4: ; ruby-ts-mode: Update font-lock features list in Commentary |
Date: |
Fri, 20 Jan 2023 12:08:40 -0500 (EST) |
branch: emacs-29
commit 0cf053648a4f7d33f78700e40c0d5b790814135a
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>
; ruby-ts-mode: Update font-lock features list in Commentary
---
lisp/progmodes/ruby-ts-mode.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lisp/progmodes/ruby-ts-mode.el b/lisp/progmodes/ruby-ts-mode.el
index d143c06a8a4..4a00914371f 100644
--- a/lisp/progmodes/ruby-ts-mode.el
+++ b/lisp/progmodes/ruby-ts-mode.el
@@ -50,11 +50,11 @@
;; Currently tree treesit-font-lock-feature-list is set with the
;; following levels:
-;; 1: comment method-definition
+;; 1: comment method-definition parameter-definition
;; 2: keyword regexp string type
-;; 3: builtin-variable builtin-constant constant
+;; 3: builtin-variable builtin-constant builtin-function
;; delimiter escape-sequence
-;; global instance
+;; constant global instance
;; interpolation literal symbol assignment
;; 4: bracket error function operator punctuation
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-29 0cf053648a4: ; ruby-ts-mode: Update font-lock features list in Commentary,
Dmitry Gutov <=