We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3139273 commit f35e0d4Copy full SHA for f35e0d4
.gitmodules
@@ -186,7 +186,7 @@
186
url = https://github.com/LumaKernel/tree-sitter-prisma
187
branch = master
188
update = none
189
- ignore = dirty
+ ignore = dirty
190
[submodule "repos/haskell"]
191
path = repos/haskell
192
url = https://github.com/tree-sitter/tree-sitter-haskell
@@ -199,3 +199,9 @@
199
branch = main
200
201
ignore = dirty
202
+[submodule "repos/verilog"]
203
+ path = repos/verilog
204
+ url = https://github.com/tree-sitter/tree-sitter-verilog.git
205
+ branch = master
206
+ update = none
207
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## Unreleased
4
5
+## 0.11.4 - 22-03-10
6
+- Added `verilog` grammar.
7
+
8
## 0.11.3 - 2022-02-12
9
- Added `zig` grammar.
10
repos/verilog
0 commit comments