Remillard / VHDL-Mode

A package for Sublime Text that aids coding in the VHDL language.
MIT License
40 stars 10 forks source link

Lexing for conditional generate #71

Closed Remillard closed 6 years ago

Remillard commented 6 years ago

Actually it looks like generate needs more work in general. Interior to the generate body, the syntax is way off.

Remillard commented 6 years ago

Fortunately looks like beautification works inside.

Remillard commented 6 years ago

It looks like I SHOULD be matching concurrent statements, but it's not. I do include concurrent statements in the body.

Remillard commented 6 years ago

AHA. Actually just a typo. I had match where I should have had include. Will have to check around to see if I made the same mistake elsewhere.

Remillard commented 6 years ago

Looks like the other generate statements I typed it correctly. Goign to stage this change now.