diff options
| author | TerseTears <tersetears@protonmail.com> | 2022-04-19 23:50:32 +0430 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-04-23 13:55:05 +0200 |
| commit | 24f99166edfc19aa81c6dcb3516edf3ca2671e00 (patch) | |
| tree | fd154d27659aba57fa7b229adb1aca042d693d40 /lua | |
| parent | Update lockfile.json (diff) | |
| download | nvim-treesitter-24f99166edfc19aa81c6dcb3516edf3ca2671e00.tar nvim-treesitter-24f99166edfc19aa81c6dcb3516edf3ca2671e00.tar.gz nvim-treesitter-24f99166edfc19aa81c6dcb3516edf3ca2671e00.tar.bz2 nvim-treesitter-24f99166edfc19aa81c6dcb3516edf3ca2671e00.tar.lz nvim-treesitter-24f99166edfc19aa81c6dcb3516edf3ca2671e00.tar.xz nvim-treesitter-24f99166edfc19aa81c6dcb3516edf3ca2671e00.tar.zst nvim-treesitter-24f99166edfc19aa81c6dcb3516edf3ca2671e00.zip | |
Add org parser
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 8 |
1 files changed, 8 insertions, 0 deletions
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", |
