From 24f99166edfc19aa81c6dcb3516edf3ca2671e00 Mon Sep 17 00:00:00 2001 From: TerseTears Date: Tue, 19 Apr 2022 23:50:32 +0430 Subject: Add org parser --- lua/nvim-treesitter/parsers.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lua') 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