mihai-vlc / reg-vscode

Windows Registry Script (.reg) Language package for VSCode
https://marketplace.visualstudio.com/items?itemName=ionutvmi.reg
MIT License
24 stars 5 forks source link

Syntax coloring on pre-5.0 reg files produces nearly unreadable results #3

Closed AlanMcBee closed 6 years ago

AlanMcBee commented 6 years ago

I was prompted to install this extension, which I happily did. This is what my .reg file looks like. I'm having great difficulty reading it.

It appears that the extension doesn't support the earlier format of .reg files, even though they are still supported by RegEdit.

image

mihai-vlc commented 6 years ago

Can you please post a code snippet of that causes issues for you ?

I will try to reproduce and fix this over the weekend.

AlanMcBee commented 6 years ago

You know, I was moving fast and didn't take a good enough look at the file. It's not a valid REGEDIT4 file. I'll close this.

AlanMcBee commented 6 years ago

Closed because the file used to test was not a valid REGEDIT4 file.