grammars: update the V language grammar to a version that fixes the string literal highlighting bug #12885

pull/13469/head
Sean E. Russell 2025-05-04 08:33:18 -05:00
parent 12139a4c30
commit bfbc06ca78
No known key found for this signature in database
GPG Key ID: FC57196711EA6D0B
1 changed files with 1 additions and 1 deletions

View File

@ -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"