]> git.eshelyaron.com Git - emacs.git/commit
Fix rust-ts-mode type and module highlighting (Bug#61302)
authorRandy Taylor <dev@rjt.dev>
Thu, 9 Feb 2023 02:43:04 +0000 (21:43 -0500)
committerDmitry Gutov <dgutov@yandex.ru>
Tue, 14 Feb 2023 21:54:58 +0000 (23:54 +0200)
commita3a1ef7bd5eb7a3b74b0fd80ce78ef234c25f573
tree28377b638081323ee9ce968d5faeb29e50417bf2
parent477aa047ee73d2b93c04a88700263e58cf7bab70
Fix rust-ts-mode type and module highlighting (Bug#61302)

* lisp/progmodes/rust-ts-mode.el (rust-ts-mode--font-lock-settings):
Specify import queries to avoid clashing with scoped identifiers in
the code.  Highlight attributes with font-lock-preprocessor-face.
lisp/progmodes/rust-ts-mode.el