Skip to content

Commit

Permalink
feat: Add VHDL support (#231)
Browse files Browse the repository at this point in the history
* Release 0.12.33

* feat: Add VHDL support

* Changelog

---------

Co-authored-by: Tuấn-Anh Nguyễn <[email protected]>
  • Loading branch information
jcs090218 and ubolonton authored Sep 2, 2023
1 parent cd628ad commit f4f754f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -340,3 +340,9 @@
branch = master
update = none
ignore = dirty
[submodule "repos/vhdl"]
path = repos/vhdl
url = https://github.com/alemuller/tree-sitter-vhdl
branch = main
update = none
ignore = dirty
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Unreleased
- Add `VHDL` support

## 0.12.35 - 2023-09-02
- Add `Ada` support
Expand Down
1 change: 1 addition & 0 deletions repos/vhdl
Submodule vhdl added at a3b2d8
1 change: 1 addition & 0 deletions tree-sitter-langs.el
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ See `tree-sitter-langs-repos'."
(tuareg-mode . ocaml)
(typescript-mode . typescript)
(verilog-mode . verilog)
(vhdl-mode . vhdl)
(yaml-mode . yaml)
(zig-mode . zig))))
(cl-pushnew entry tree-sitter-major-mode-language-alist
Expand Down

0 comments on commit f4f754f

Please sign in to comment.