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

Broaden dword value syntax #4

Closed NotWearingPants closed 4 years ago

NotWearingPants commented 4 years ago

Hey :)

This PR let's dword values use less than 8 hex digits, and have spaces between the colon and the value.

I've checked, this works with regedit as expected.

I don't like padding dword values with zeros, especially if they are just a boolean, so I thought I'd contribute a PR.

Thanks for the extension!