unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#63880: 29.0.91; typescript-ts-mode fails to highlight infer keyword
@ 2023-06-03 23:57 Jimmy Yuen Ho Wong
  2023-06-04  5:09 ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Jimmy Yuen Ho Wong @ 2023-06-03 23:57 UTC (permalink / raw)
  To: 63880


Reproduction:

1. echo 'type Flatten<Type> = Type extends Array<infer Item> ? Item :
Type;' > test.ts
2. C-x C-f test.ts
3. M-x typescript-ts-mode
4. Observe the infer keyword is not highlighted

Expectation:

Typescript has an
[`infer`](https://www.typescriptlang.org/docs/handbook/2/conditional-types.html#inferring-within-conditional-types)
keyword, it should be highlighted.






^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-06-08  9:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-03 23:57 bug#63880: 29.0.91; typescript-ts-mode fails to highlight infer keyword Jimmy Yuen Ho Wong
2023-06-04  5:09 ` Eli Zaretskii
2023-06-04  8:11   ` Theodor Thornhill via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-06-06  4:28     ` Theodor Thornhill via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-06-06 11:51       ` Eli Zaretskii
2023-06-08  9:28         ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).