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 with else #70

Closed Remillard closed 6 years ago

Remillard commented 6 years ago

The structure:

if (<condition>) generate

else generate

end generate;

does not properly scope for the else generate line.