diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 819cdd3f8..72b68eb4c 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -236,6 +236,13 @@ list.jsdoc = { } } +list.scheme = { + install_info = { + url = "https://github.com/nvim-treesitter/tree-sitter-scheme", + files = { "src/parser.c" } + } +} + local M = { list = list } |
