Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Doubtful syntax highlighting #350

Open
simplerick opened this issue Jun 22, 2020 · 0 comments
Open

Doubtful syntax highlighting #350

simplerick opened this issue Jun 22, 2020 · 0 comments

Comments

@simplerick
Copy link

simplerick commented Jun 22, 2020

Description

Variable is highlighted as a type. Screenshot:
Screenshot from 2020-06-22 16-42-32

Steps to Reproduce

Type code:

std::vector<int> a = {7, 5, 16, 8};
for (int i = 0; i != 4; i++) {
    a[i] = a[i] + 2;
}

Expected behavior:

a in a[i] isn't highlighted.

Versions

apm 2.5.0
npm 6.14.5
node 14.4.0 x64
atom 1.48.0
python 3.8.3
git 2.27.0

OS: Arch Linux
Kernel: x86_64 Linux 5.6.12-arch1-1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant