mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
feat: add Odin
This commit is contained in:
parent
a67a4ab642
commit
40d373adcd
8 changed files with 379 additions and 0 deletions
|
|
@ -1010,6 +1010,14 @@ list.ocamllex = {
|
|||
maintainers = { "@undu" },
|
||||
}
|
||||
|
||||
list.odin = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-odin",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.org = {
|
||||
install_info = {
|
||||
url = "https://github.com/milisims/tree-sitter-org",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue