summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2023-01-20 19:08:22 +0200
committerDmitry Gutov <dgutov@yandex.ru>2023-01-20 19:08:22 +0200
commit0cf053648a4f7d33f78700e40c0d5b790814135a (patch)
tree309a21d59f5c707e3de8fb599571582720fe2e3f
parent67ee627c38d5817a091a89e0a356fb8028c70e1a (diff)
downloademacs-0cf053648a4f7d33f78700e40c0d5b790814135a.tar.gz
; ruby-ts-mode: Update font-lock features list in Commentary
-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 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