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

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

bug#33649: 26.1.50; variable is highlighted as type in c++ mode


From: Shanavas
Subject: bug#33649: 26.1.50; variable is highlighted as type in c++ mode
Date: Thu, 06 Dec 2018 16:51:41 +0530
User-agent: K-9 Mail for Android

For the following snippet,

```
int a = 9;
func(a);
func(a * 9);
```
`a` is highlighted differently in two function calls.
In `func(a)` it is highlighted as a variable where in `func(a * 9)` it is highlighted as a type.

Major mode: C++//l
--
ഷാനവാസ്
Sent from my Android device with K-9 Mail.
reply via email to

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