diff options
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 c9ba50b37..58796506c 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1653,7 +1653,7 @@ list.sparql = { list.sql = { install_info = { url = "https://github.com/derekstride/tree-sitter-sql", - files = { "src/parser.c" }, + files = { "src/parser.c", "src/scanner.c" }, branch = "gh-pages", }, maintainers = { "@derekstride" }, |
