diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2022-05-28 15:43:28 +0200 |
|---|---|---|
| committer | Christian Clason <christian.clason@uni-due.de> | 2022-05-28 17:26:05 +0200 |
| commit | b3370eb40d07c056fc035843f7297d603691cf08 (patch) | |
| tree | 4845d5283ce1417566bd0dbf4868d67b258ef342 /lua | |
| parent | Update lockfile.json (diff) | |
| download | nvim-treesitter-b3370eb40d07c056fc035843f7297d603691cf08.tar nvim-treesitter-b3370eb40d07c056fc035843f7297d603691cf08.tar.gz nvim-treesitter-b3370eb40d07c056fc035843f7297d603691cf08.tar.bz2 nvim-treesitter-b3370eb40d07c056fc035843f7297d603691cf08.tar.lz nvim-treesitter-b3370eb40d07c056fc035843f7297d603691cf08.tar.xz nvim-treesitter-b3370eb40d07c056fc035843f7297d603691cf08.tar.zst nvim-treesitter-b3370eb40d07c056fc035843f7297d603691cf08.zip | |
fix(r): add external scanner
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 26a5aab15..182273ef1 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -796,7 +796,7 @@ list.svelte = { list.r = { install_info = { url = "https://github.com/r-lib/tree-sitter-r", - files = { "src/parser.c" }, + files = { "src/parser.c", "src/scanner.cc" }, }, maintainers = { "@jimhester" }, } |
