languages(v): use vlang/v-analyzer instead of v-analyzer/v-analyzer (#12236)
* use vlang/v-analyzer instead of v-analyzer/v-analyzer * revert rev, because CI failed (couldn't repro working query-check locally, so not sure if this will work)
This commit is contained in:
parent
89a7cde2f0
commit
ce133a2889
1 changed files with 1 additions and 1 deletions
|
@ -2286,7 +2286,7 @@ indent = { tab-width = 4, unit = "\t" }
|
|||
|
||||
[[grammar]]
|
||||
name = "v"
|
||||
source = {git = "https://github.com/v-analyzer/v-analyzer", subpath = "tree_sitter_v", rev = "e14fdf6e661b10edccc744102e4ccf0b187aa8ad"}
|
||||
source = {git = "https://github.com/vlang/v-analyzer", subpath = "tree_sitter_v", rev = "e14fdf6e661b10edccc744102e4ccf0b187aa8ad"}
|
||||
|
||||
[[language]]
|
||||
name = "verilog"
|
||||
|
|
Loading…
Add table
Reference in a new issue