Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding VHDL comment support #589

Open
dnotq opened this issue Sep 28, 2024 · 0 comments
Open

Adding VHDL comment support #589

dnotq opened this issue Sep 28, 2024 · 0 comments

Comments

@dnotq
Copy link

dnotq commented Sep 28, 2024

Not really an issue, but I did not see any place to make a feature request. Please add support of VHDL source files. There is only one comment style in VHDL, --, for example:

-- This is a comment, and mstaks are not seen by SpellRight... :(

This is exactly like the // in C. etc. In fact, if I do this in my VHDL files:

--// This will be seen by SpellRight, and mstaks will be found.

Then SpellRight will work. But that would be a lot of extra noise in the files (and a lot of change to an existing codebase).

It would be nice if SpellRight exposed the comment_start, comment_end, comment_line parameters as per-language configuration. This might allow supporting more languages without code changes, in cases like this where it appears the only thing stopping the spell check from working is the comment token parsing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant