mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
fix(v): adapt to removed scanner.c
This commit is contained in:
parent
ab818bf5a2
commit
9bc1f1e640
3 changed files with 5 additions and 5 deletions
|
|
@ -690,7 +690,7 @@
|
||||||
"revision": "4c5ecd6326ebd61f6f9a22a370cbd100e0d601da"
|
"revision": "4c5ecd6326ebd61f6f9a22a370cbd100e0d601da"
|
||||||
},
|
},
|
||||||
"v": {
|
"v": {
|
||||||
"revision": "20e9968fcb7c53686d588d8cd4ad294340a27732"
|
"revision": "f7c31c7578ebd35b95cfa85c6461ed6480697a9a"
|
||||||
},
|
},
|
||||||
"vala": {
|
"vala": {
|
||||||
"revision": "8f690bfa639f2b83d1fb938ed3dd98a7ba453e8b"
|
"revision": "8f690bfa639f2b83d1fb938ed3dd98a7ba453e8b"
|
||||||
|
|
|
||||||
|
|
@ -2015,7 +2015,7 @@ list.uxntal = {
|
||||||
list.v = {
|
list.v = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/v-analyzer/v-analyzer",
|
url = "https://github.com/v-analyzer/v-analyzer",
|
||||||
files = { "src/parser.c", "src/scanner.c" },
|
files = { "src/parser.c" },
|
||||||
location = "tree_sitter_v",
|
location = "tree_sitter_v",
|
||||||
},
|
},
|
||||||
filetype = "vlang",
|
filetype = "vlang",
|
||||||
|
|
|
||||||
|
|
@ -439,9 +439,9 @@
|
||||||
] @string
|
] @string
|
||||||
|
|
||||||
(string_interpolation
|
(string_interpolation
|
||||||
(braced_interpolation_opening) @punctuation.bracket
|
(interpolation_opening) @punctuation.bracket
|
||||||
(interpolated_expression) @none
|
(interpolation_expression) @none
|
||||||
(braced_interpolation_closing) @punctuation.bracket)
|
(interpolation_closing) @punctuation.bracket)
|
||||||
|
|
||||||
(escape_sequence) @string.escape
|
(escape_sequence) @string.escape
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue