]> git.eshelyaron.com Git - emacs.git/commit
Add rust-ts-mode font-locking tests (bug#70464)
authorNoah Peart <noah.v.peart@gmail.com>
Fri, 19 Apr 2024 17:27:10 +0000 (10:27 -0700)
committerEshel Yaron <me@eshelyaron.com>
Mon, 22 Apr 2024 18:37:37 +0000 (20:37 +0200)
commit566a5aa7d1f9d8d2305df7c5e491b44eeb2ed383
treeadc0202df73ee5600b6b829659e070041306306f
parent73eb5563eae380569cc35573e5b4e58e3b9b7fff
Add rust-ts-mode font-locking tests (bug#70464)

* test/lisp/progmodes/rust-ts-mode-tests.el: New file for rust-ts-mode
tests.
* test/lisp/progmodes/rust-ts-mode-resources/font-lock.rs: New file
with rust-ts-mode font-locking tests. New tests added for macro
font-locking (bug#70464) and function signatures
(bug#70465).

(cherry picked from commit ac2a4f61bdd0dc3a71a544d25de7cb36d37f44f9)
test/lisp/progmodes/rust-ts-mode-resources/font-lock.rs [new file with mode: 0644]
test/lisp/progmodes/rust-ts-mode-tests.el [new file with mode: 0644]