-
Notifications
You must be signed in to change notification settings - Fork 45
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 color coding #164
Comments
Thanks for reporting this issue @gbritton1. The grammar for PowerShell syntax highlighting is maintained in the Editor Syntax repo |
This has been reported before as #149, and mentioned in #137 (regarding rewriting the variable logic), if not earlier. PR #155 and #156 do not exhibit this error. @omniomi, I never noticed this before, I long ago cleaned this up while experimenting, but I will try to shortly post a PR for these apparent mistakes/oversights. |
remove #variable from #doubleQuotedString, remove @ from #variableNoProperty
Issue Type: Bug
Enter an interpolated string like
"git:https//$($env:UserName)@bitbucket.tds.td.com"
Expect that only the $(...) expression is blue, but i see the @bitbucket... also in blue, expect that to be in light brown like the first part of the string
Extension version: 1.12.1
VS Code version: Code 1.33.1 (51b0b28134d51361cf996d2f0a1c698247aeabd8, 2019-04-11T08:27:14.102Z)
OS version: Windows_NT x64 10.0.16299
System Info
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: enabled
surface_synchronization: enabled_on
video_decode: enabled
webgl: enabled
webgl2: enabled
The text was updated successfully, but these errors were encountered: