mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 20:00:07 -04:00
Update ocaml
This commit is contained in:
parent
503afb1109
commit
ec30cf1641
2 changed files with 3 additions and 6 deletions
|
|
@ -84,13 +84,13 @@
|
||||||
"revision": "a6bae0619126d70c756c11e404d8f4ad5108242f"
|
"revision": "a6bae0619126d70c756c11e404d8f4ad5108242f"
|
||||||
},
|
},
|
||||||
"ocaml": {
|
"ocaml": {
|
||||||
"revision": "785ab1fe61c91f7ed4c4457af790b24fe57d8305"
|
"revision": "2f962cf4eb0bee87bba755347a79ee501cd58313"
|
||||||
},
|
},
|
||||||
"ocaml_interface": {
|
"ocaml_interface": {
|
||||||
"revision": "785ab1fe61c91f7ed4c4457af790b24fe57d8305"
|
"revision": "2f962cf4eb0bee87bba755347a79ee501cd58313"
|
||||||
},
|
},
|
||||||
"ocamllex": {
|
"ocamllex": {
|
||||||
"revision": "ac1d5957e719d49bd6acd27439b79843e4daf8ed"
|
"revision": "2f962cf4eb0bee87bba755347a79ee501cd58313"
|
||||||
},
|
},
|
||||||
"php": {
|
"php": {
|
||||||
"revision": "ba231f9844e5a1bf60e1cb72c34c0a431239585a"
|
"revision": "ba231f9844e5a1bf60e1cb72c34c0a431239585a"
|
||||||
|
|
|
||||||
|
|
@ -203,7 +203,6 @@ list.ocaml = {
|
||||||
url = "https://github.com/tree-sitter/tree-sitter-ocaml",
|
url = "https://github.com/tree-sitter/tree-sitter-ocaml",
|
||||||
files = { "src/parser.c", "src/scanner.cc" },
|
files = { "src/parser.c", "src/scanner.cc" },
|
||||||
location = "tree-sitter-ocaml/ocaml",
|
location = "tree-sitter-ocaml/ocaml",
|
||||||
requires_generate_from_grammar = true,
|
|
||||||
},
|
},
|
||||||
maintainers = {'@undu'},
|
maintainers = {'@undu'},
|
||||||
}
|
}
|
||||||
|
|
@ -213,7 +212,6 @@ list.ocaml_interface = {
|
||||||
url = "https://github.com/tree-sitter/tree-sitter-ocaml",
|
url = "https://github.com/tree-sitter/tree-sitter-ocaml",
|
||||||
files = { "src/parser.c", "src/scanner.cc" },
|
files = { "src/parser.c", "src/scanner.cc" },
|
||||||
location = "tree-sitter-ocaml_interface/interface",
|
location = "tree-sitter-ocaml_interface/interface",
|
||||||
requires_generate_from_grammar = true,
|
|
||||||
},
|
},
|
||||||
maintainers = {'@undu'},
|
maintainers = {'@undu'},
|
||||||
filetype = 'ocamlinterface'
|
filetype = 'ocamlinterface'
|
||||||
|
|
@ -223,7 +221,6 @@ list.ocamllex = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/atom-ocaml/tree-sitter-ocamllex",
|
url = "https://github.com/atom-ocaml/tree-sitter-ocamllex",
|
||||||
files = { "src/parser.c", "src/scanner.cc" },
|
files = { "src/parser.c", "src/scanner.cc" },
|
||||||
requires_generate_from_grammar = true,
|
|
||||||
},
|
},
|
||||||
maintainers = {'@undu'},
|
maintainers = {'@undu'},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue