]> git.eshelyaron.com Git - emacs.git/commit
rust-ts-mode--font-lock-settings: Improve consistency
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 5 Feb 2023 19:34:12 +0000 (21:34 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 5 Feb 2023 19:34:12 +0000 (21:34 +0200)
commit088425538f2122d88a4f4e132dbb2f1139648531
treec939b1705efada7de47e3f0f96d74f25b9dba781
parent793c24a6ac72aada1981907185dbfbf6e82a0124
rust-ts-mode--font-lock-settings: Improve consistency

* lisp/progmodes/rust-ts-mode.el (rust-ts-mode--font-lock-settings):
Remove the rule that highlighted scope identifier in a function call
as type.  The existing rules will handle it when it does look like a
type (capitalized).
lisp/progmodes/rust-ts-mode.el