AndrewNolte / vscode-system-verilog

HDL support for VS Code
MIT License
12 stars 1 forks source link

[BUG] Slang doesn't index .svh #8

Closed gtaylormb closed 1 month ago

gtaylormb commented 1 month ago

It appears ctags has an option to index .svh files, but this option is lacking for slang. Imports from .svh are highlighted as errors by slang (the error goes away if the imported file is renamed to .sv).