-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add support for VHDL and SystemVerilog syntax highlinting #1535
Comments
Have you tried any existing syntax definitions to recommend one? https://packagecontrol.io/search/Vhdl |
Thanks for your reply. No, I was not aware of these links. I will try to implement what is described, and reply my results. Nevertheless, I would be helpful and nice to have this syntax support of out the box. :) |
@keith-hall: I did as you suggested, and it worked using the following sublime text packages, in case anyone else wants to use it: VHDL: SystemVerilog: And the list of commands to install them: mkdir -p "$(bat --config-dir)/syntaxes" ; \
cd "$(bat --config-dir)/syntaxes" ; \
git clone https://github.com/TheClams/SmartVHDL.git ; \
git clone https://github.com/TheClams/SystemVerilog.git ; \
bat cache --build |
thanks for the tip and the good instructions - worked a treat for me. |
Glad that worked. Closing this for now. |
Thanks for the nice tool, really useful. I would like to request support for VHDL and SystemVerilog syntax highlingting. It would a nice addition for FPGA/ASIC development workflow.
The text was updated successfully, but these errors were encountered: