emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63867: closed (29.0.91; typescript-ts-mode does not highlight functi


From: GNU bug Tracking System
Subject: bug#63867: closed (29.0.91; typescript-ts-mode does not highlight function signature overloads)
Date: Sat, 03 Jun 2023 12:02:02 +0000

Your message dated Sat, 3 Jun 2023 15:01:28 +0300
with message-id <213224c6-5d92-f16c-b542-a827935917b3@gutov.dev>
and subject line Re: bug#63867: 29.0.91; typescript-ts-mode does not highlight 
function signature overloads
has caused the debbugs.gnu.org bug report #63867,
regarding 29.0.91; typescript-ts-mode does not highlight function signature 
overloads
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
63867: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63867
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 29.0.91; typescript-ts-mode does not highlight function signature overloads Date: Sat, 03 Jun 2023 10:37:07 +0100
Reproduction:

1. C-x C-f test.ts
2. Insert:

```typescript
function fn():void;
function fn(arg1?:number, arg2?:string):void {
}
```

3. Observe the fn in the overload signature isn't highlighted as a
function name

Expectation:

Function signature overloads should highlight the function names.




--- End Message ---
--- Begin Message --- Subject: Re: bug#63867: 29.0.91; typescript-ts-mode does not highlight function signature overloads Date: Sat, 3 Jun 2023 15:01:28 +0300 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0
On 03/06/2023 12:47, Eli Zaretskii wrote:
From: Jimmy Yuen Ho Wong<wyuenho@gmail.com>
Date: Sat, 03 Jun 2023 10:37:07 +0100


Reproduction:

1. C-x C-f test.ts
2. Insert:

```typescript
function fn():void;
function fn(arg1?:number, arg2?:string):void {
}
```

3. Observe the fn in the overload signature isn't highlighted as a
function name

Expectation:

Function signature overloads should highlight the function names.
Thanks.

Guys, could you please look into fixing this?

I've pushed a fix to emacs-29, rev 583ba1db7ee.



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]