mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
Add org parser
This commit is contained in:
parent
ead56fd316
commit
24f99166ed
2 changed files with 9 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue