-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Basic verilog support #2552
Basic verilog support #2552
Conversation
63790b2
to
3264663
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the highlights just need to be aligned with the scopes we use: https://docs.helix-editor.com/themes.html#syntax-highlighting
It looks like this will conflict with vlang: #2526 I'm not sure how we should handle a conflict like this. I suppose it'll be up to anyone using either to set up # ~/.config/helix/languages.toml
use-grammars = { except = [ "v" ] }
# or
use-grammars = { except = [ "verilog" ] } But I'm not sure which one should win being default 🙃 |
3264663
to
3f2f2de
Compare
3f2f2de
to
2ce8ec7
Compare
2ce8ec7
to
53498fd
Compare
53498fd
to
db337ef
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for working on this!
Verilog files support
svlangserver