Add org parser

This commit is contained in:
TerseTears 2022-04-19 23:50:32 +04:30 committed by Stephan Seitz
parent ead56fd316
commit 24f99166ed
2 changed files with 9 additions and 0 deletions

View file

@ -413,6 +413,14 @@ list.ocamllex = {
maintainers = { "@undu" },
}
list.org = {
install_info = {
url = "https://github.com/milisims/tree-sitter-org",
branch = "main",
files = { "src/parser.c", "src/scanner.cc" },
},
}
list.swift = {
install_info = {
url = "https://github.com/alex-pinkus/tree-sitter-swift",