Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent highlighting for certain C++ function names #68926

Closed
EmbersArc opened this issue Feb 18, 2019 · 1 comment
Closed

Inconsistent highlighting for certain C++ function names #68926

EmbersArc opened this issue Feb 18, 2019 · 1 comment
Assignees
Labels
grammar Syntax highlighting grammar
Milestone

Comments

@EmbersArc
Copy link

The first few letters are highlighted in a different color for the following function names in C++:

  • iterate()
  • riterate()
  • enumerate()

picture

Issue might be from here.

  • VSCode Version: 1.31.1
  • OS Version: Linux x64 4.4.0-142-generic

Steps to Reproduce:

  1. Create new .cpp file.
  2. Write a function call with any of the following names: iterate, riterate, enumerate.
  3. The first letters are in a different color than the rest of the word.

Does this issue occur when all extensions are disabled?: Yes

@alexr00 alexr00 added this to the March 2019 milestone Feb 19, 2019
@alexr00 alexr00 added the grammar Syntax highlighting grammar label Feb 19, 2019
@alexr00
Copy link
Member

alexr00 commented Mar 4, 2019

Looks like this is fixed as part of #68392.

@alexr00 alexr00 closed this as completed Mar 4, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Apr 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
grammar Syntax highlighting grammar
Projects
None yet
Development

No branches or pull requests

2 participants