From 24f99166edfc19aa81c6dcb3516edf3ca2671e00 Mon Sep 17 00:00:00 2001 From: TerseTears Date: Tue, 19 Apr 2022 23:50:32 +0430 Subject: Add org parser --- README.md | 1 + lua/nvim-treesitter/parsers.lua | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index 8882a3ad8..a908a0655 100644 --- a/README.md +++ b/README.md @@ -225,6 +225,7 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [ocaml](https://github.com/tree-sitter/tree-sitter-ocaml) (maintained by @undu) - [x] [ocaml_interface](https://github.com/tree-sitter/tree-sitter-ocaml) (maintained by @undu) - [x] [ocamllex](https://github.com/atom-ocaml/tree-sitter-ocamllex) (maintained by @undu) +- [ ] [org](https://github.com/milisims/tree-sitter-org) - [x] [pascal](https://github.com/Isopod/tree-sitter-pascal.git) (maintained by @isopod) - [x] [perl](https://github.com/ganezdragon/tree-sitter-perl) (maintained by @ganezdragon) - [x] [php](https://github.com/tree-sitter/tree-sitter-php) (maintained by @tk-shirasaka) diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index a9ed4cd12..0f305be86 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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", -- cgit v1.2.3-70-g09d2