Skip to content

Commit 660861b

Browse files
clasonlewis6991
authored andcommitted
test(deps): update nvim-treesitter to d97d226c
* ipkg parser was removed from Github * verilog parser was replaced with systemverilog (compatible)
1 parent cc7ce20 commit 660861b

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export XDG_DATA_HOME ?= $(HOME)/.data
66
# nvim-treesitter
77
# ------------------------------------------------------------------------------
88

9-
NVIM_TS_SHA ?= 61b0a05e
9+
NVIM_TS_SHA ?= d97d226c
1010
NVIM_TS := deps/nvim-treesitter
1111

1212
.PHONY: nvim-treesitter

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ Note: support for specific languages is strictly community maintained and can br
8989
- [x] `starlark`
9090
- [x] `svelte`
9191
- [x] `swift`
92+
- [x] `systemverilog`
9293
- [x] `tact`
9394
- [x] `tcl`
9495
- [x] `teal`
@@ -100,7 +101,6 @@ Note: support for specific languages is strictly community maintained and can br
100101
- [x] `typoscript`
101102
- [x] `typst`
102103
- [x] `usd`
103-
- [x] `verilog`
104104
- [x] `vhdl`
105105
- [x] `vim`
106106
- [x] `vue`
@@ -210,7 +210,6 @@ Note: support for specific languages is strictly community maintained and can br
210210
- [ ] `idl`
211211
- [ ] `idris`
212212
- [ ] `inko`
213-
- [ ] `ipkg`
214213
- [ ] `ispc`
215214
- [ ] `javadoc`
216215
- [ ] `jinja`

test/lang/test.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
B) % {{CONTEXT}}
6262
[m,n] = size(A);
6363
[p,q] = size(B);
64-
if n ~= % {{CONTEXT}}
64+
if n ~= ... % {{CONTEXT}}
6565
p % {{CONTEXT}}
6666
error('Inner matrix dimensions must agree.');
6767

0 commit comments

Comments
 (0)