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

Incorrect syntax highlighting for numeric digits in type names #28

Closed
daviwil opened this issue Oct 28, 2016 · 1 comment
Closed

Incorrect syntax highlighting for numeric digits in type names #28

daviwil opened this issue Oct 28, 2016 · 1 comment
Assignees
Labels
Projects
Milestone

Comments

@daviwil
Copy link
Contributor

daviwil commented Oct 28, 2016

From @pcgeek86 on October 28, 2016 5:2

System Details

  • Operating system name and version: Windows 10 Anniversary Update
  • VS Code version: 1.6.1
  • PowerShell extension version: 0.7.2
  • Output from $PSVersionTable:
PS C:\Users\TrevorSullivan> $PSVersionTable

Name                           Value
----                           -----
PSVersion                      5.1.14393.206
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.14393.206
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

Issue Description

When I utilize a .NET class that exists within a .NET namespace, whose name contains a number character, the syntax highlighter incorrectly colors the numeric characters in the fully qualified type name.

image

Copied from original issue: PowerShell/vscode-powershell#328

@omniomi
Copy link
Collaborator

omniomi commented May 21, 2018

Fixed by #94

@omniomi omniomi closed this as completed May 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
v2
Bugs - Open
Development

No branches or pull requests

3 participants