mirror of
https://github.com/helix-editor/helix.git
synced 2024-12-18 14:01:55 +04:00
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
@ -2286,7 +2286,7 @@ indent = { tab-width = 4, unit = "\t" }
|
|||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "v"
|
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]]
|
[[language]]
|
||||||
name = "verilog"
|
name = "verilog"
|
||||||
|
Loading…
Reference in New Issue
Block a user