-
Notifications
You must be signed in to change notification settings - Fork 453
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
Added VHDL Support via Emacs #1980
Conversation
This issue has been automatically marked as stale because it has not had recent activity. If this is still an issue, please add a comment. It will be closed if no further activity occurs. Thank you for your contributions. |
This is still relevant. I really would like this to merge. |
] | ||
|
||
if emacs_path | ||
@deprecateOptionForExecutable("Emacs", "emacs_path", "Path") |
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.
This emacs_path
option is no longer needed as use of Executables on line 12-20 replaces it.
@debug('vhdl-beautifier', options) | ||
emacs = @exe("emacs") | ||
|
||
emacs_path = options.emacs_path |
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.
Remove emacs_path
.
### | ||
options: | ||
# JavaScript | ||
emacs_path: |
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.
This emacs_path option is no longer needed as use of Executables on line 12-20 replaces it.
Thank you for contributing! |
Published to v0.32.0 |
What does this implement/fix? Explain your changes.
Added VHDL Support via Emacs. (Analog to Fortran Support)
Does this close any currently open issues?
...
Any other comments?
...
Checklist
Check all those that are applicable and complete.
master
branchnpm run docs
CHANGELOG.md
under "Next" section