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

standalone comment chars * and / not handled properly #16

Open gojimmypi opened 4 years ago

gojimmypi commented 4 years ago

current logic does not properly distinguish comment chars: // and /* and */ from division and multiplication operators as noted in #10.

Workaround: pad with spaces.

see VerilogHelperFunctions.cs : IsDelimiter()