mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 22:40:12 -04:00
parser(vlang): fix location of remote repo
This commit is contained in:
parent
010f364295
commit
c19d14f395
3 changed files with 11 additions and 13 deletions
|
|
@ -1070,8 +1070,9 @@ list.proto = {
|
||||||
|
|
||||||
list.v = {
|
list.v = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "~/sources/vls/tree_sitter_v",
|
url = "https://github.com/vlang/vls",
|
||||||
files = { "src/parser.c", "src/scanner.c" },
|
files = { "src/parser.c", "src/scanner.c" },
|
||||||
|
location = "tree-sitter-v/tree_sitter_v",
|
||||||
generate_requires_npm = false,
|
generate_requires_npm = false,
|
||||||
requires_generate_from_grammar = false,
|
requires_generate_from_grammar = false,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
;; WARNING: Doesn't seems to work ..
|
|
||||||
[(function_declaration)
|
[(function_declaration)
|
||||||
(const_declaration)
|
(const_declaration)
|
||||||
(type_declaration)
|
(type_declaration)
|
||||||
(var_declaration)
|
|
||||||
(import_declaration)
|
(import_declaration)
|
||||||
(if_expression)
|
(if_expression)
|
||||||
(struct_declaration)] @fold
|
(struct_declaration)] @fold
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,12 @@
|
||||||
[(import_declaration
|
[(import_declaration)
|
||||||
(const_declaration)
|
(const_declaration)
|
||||||
(var_declaration)
|
(type_declaration)
|
||||||
(type_declaration)
|
(literal_value)
|
||||||
(literal_value)
|
(type_initializer)
|
||||||
(type_initializer)
|
(block)
|
||||||
(block)
|
(map)
|
||||||
(map)
|
(call_expression)
|
||||||
(call_expression)
|
(parameter_list)]
|
||||||
(parameter_list))]
|
|
||||||
@indent
|
@indent
|
||||||
|
|
||||||
[ "}"]
|
[ "}"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue