File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff 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
1010NVIM_TS := deps/nvim-treesitter
1111
1212.PHONY : nvim-treesitter
Original file line number Diff line number Diff 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`
File renamed without changes.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments