gojimmypi / VerilogLanguageExtension

Verilog Language Extension for Visual Studio
https://marketplace.visualstudio.com/items?itemName=gojimmypi.gojimmypi-verilog-language-extension
MIT License
18 stars 3 forks source link

Fix for Issue #14 #20

Closed Risavk closed 4 years ago

Risavk commented 4 years ago

Another one. Embedded space segment wasn't "turned off" after ':' delimiter. Delimiter was treated just like space. begin keyword too :) Delimiter ':' is recognized properly in IsBuildingEmbeddedSpaceItem IF statement, so there is no problem.

I don't know if else of modified if statement is realy needed at all.

This one tested - works fine :) verilog_issue#14

Risavk commented 4 years ago

Pure GIT is somewhat difficult for me - sorry. At work we've got TFS which is doing all work for us :) And in pure mainframe cobol development there is no git at all... (comments in code are the best way to version changes)

gojimmypi commented 4 years ago

@Risavk this is a great fix - thank you!

sorry for the delay in responding. VS debugging has been crazy slow these days. not sure why.