You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Prerequisites
Description
Syntax highlighting gets confused when lambdas are made without a parameter list and assigned to a variable.
Steps to Reproduce
auto x = [] { return 0; };
)Expected behavior:
Correct coloring. Such as in the above example, return should be pink, not grey.
Actual behavior:
Incorrect coloring. Mostly grey language keywords.
Reproduces how often:
Always.
Versions
Atom : 1.43.0
Electron: 4.2.7
Chrome : 69.0.3497.128
Node : 10.11.0
Debian 10
The text was updated successfully, but these errors were encountered: