dotnet / vscode-csharp

Official C# support for Visual Studio Code
MIT License
2.88k stars 676 forks source link

Invalid tokenization #3457

Closed majidmadadi closed 2 weeks ago

majidmadadi commented 4 years ago

Function call is different from function definition but the extension mark both of them as function definition. The desired behavior is that function call are differentiated from declaration and thus colored by a color other than the color assigned to function definition.

JoeRobich commented 2 weeks ago

This may be an issue with the C# textmate grammar. If this is still a problem, please open an issue at https://github.com/dotnet/csharp-tmLanguage/issues