Skip to content

Commit

Permalink
Add Verilog support (#67)
Browse files Browse the repository at this point in the history
* added verilog language repo

* update changelog
  • Loading branch information
Chizi123 authored Mar 19, 2022
1 parent 3139273 commit f35e0d4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
url = https://github.com/LumaKernel/tree-sitter-prisma
branch = master
update = none
ignore = dirty
ignore = dirty
[submodule "repos/haskell"]
path = repos/haskell
url = https://github.com/tree-sitter/tree-sitter-haskell
Expand All @@ -199,3 +199,9 @@
branch = main
update = none
ignore = dirty
[submodule "repos/verilog"]
path = repos/verilog
url = https://github.com/tree-sitter/tree-sitter-verilog.git
branch = master
update = none
ignore = dirty
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

## 0.11.4 - 22-03-10
- Added `verilog` grammar.

## 0.11.3 - 2022-02-12
- Added `zig` grammar.

Expand Down
1 change: 1 addition & 0 deletions repos/verilog
Submodule verilog added at 6fae74

0 comments on commit f35e0d4

Please sign in to comment.