richjyoung / vscode-modern-vhdl

Modern VSCode VHDL Support
MIT License
30 stars 12 forks source link

Fixing case sensitivity in enum declaration. #22

Closed SiMylo closed 4 years ago

SiMylo commented 4 years ago

Any capital letters inside an enum declaration were not considered part of the type name.

richjyoung commented 4 years ago

Agreed, this was an oversight on my part. Thanks for your contribution.