]> git.eshelyaron.com Git - emacs.git/commit
ruby-ts-mode: Highlight more kinds of parameters
authorDmitry Gutov <dgutov@yandex.ru>
Fri, 6 Jan 2023 13:38:00 +0000 (15:38 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 6 Jan 2023 13:38:13 +0000 (15:38 +0200)
commit92e8c0c091cdb67b27fa271814614ba4cab478d6
tree0d0f55e8b363376693dc16ca5992f333428dab3f
parent7420b6dcc379617ca9691049c16bfb2d158f9496
ruby-ts-mode: Highlight more kinds of parameters

* lisp/progmodes/ruby-ts-mode.el
(ruby-ts--font-lock-settings): Highlight destructured parameters,
lambda parameters, identifiers in pattern matching clauses
(array/hash) and exception variables.
Move the 'symbol' matchers lower to make 'hash_key_symbol' lower
priority than hash keys in match patterns.
lisp/progmodes/ruby-ts-mode.el