mirror of https://github.com/helix-editor/helix
grammars: update the V language grammar to a version that fixes the string literal highlighting bug #12885
parent
12139a4c30
commit
bfbc06ca78
|
@ -2406,7 +2406,7 @@ indent = { tab-width = 4, unit = "\t" }
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "v"
|
name = "v"
|
||||||
source = {git = "https://github.com/vlang/v-analyzer", subpath = "tree_sitter_v", rev = "e14fdf6e661b10edccc744102e4ccf0b187aa8ad"}
|
source = {git = "https://github.com/vlang/v-analyzer", subpath = "tree_sitter_v", rev = "12ed90d735051ad961c54c4f0ec126354db4f966"}
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "verilog"
|
name = "verilog"
|
||||||
|
|
Loading…
Reference in New Issue