leodevbro / vscode-blockman

VSCode extension to highlight nested code blocks
https://github.com/leodevbro/vscode-blockman
MIT License
345 stars 16 forks source link

Feature Request: Support Verilog Language #138

Open qiQWQwww opened 1 month ago

qiQWQwww commented 1 month ago

You may choose not to do this, depending on how many people want it,thanks !

leodevbro commented 1 month ago

Thanks for the feedback. Yeah, I'll try to implement Verilog language support. Currently my time is limited but I'll try to find a JavaScript based parser (tokenizer) for Verilog, and do some experiments to make sure it works correctly.