diff options
| author | Amaan Qureshi <amaanq12@gmail.com> | 2023-03-06 04:46:43 -0500 |
|---|---|---|
| committer | Amaan Qureshi <amaanq12@gmail.com> | 2023-03-07 23:45:54 -0500 |
| commit | 71be7c04d5f55e931b4503a58464dae6519de29f (patch) | |
| tree | 7386a9cd6ed866b6d69ff1cfa8dad32304063bc4 /lua | |
| parent | feat: add Uxn Tal (diff) | |
| download | nvim-treesitter-71be7c04d5f55e931b4503a58464dae6519de29f.tar nvim-treesitter-71be7c04d5f55e931b4503a58464dae6519de29f.tar.gz nvim-treesitter-71be7c04d5f55e931b4503a58464dae6519de29f.tar.bz2 nvim-treesitter-71be7c04d5f55e931b4503a58464dae6519de29f.tar.lz nvim-treesitter-71be7c04d5f55e931b4503a58464dae6519de29f.tar.xz nvim-treesitter-71be7c04d5f55e931b4503a58464dae6519de29f.tar.zst nvim-treesitter-71be7c04d5f55e931b4503a58464dae6519de29f.zip | |
feat: add Squirrel
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 a2fbe23d8..42b495a1d 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1329,6 +1329,14 @@ list.sql = { maintainers = { "@derekstride" }, } +list.squirrel = { + install_info = { + url = "https://github.com/amaanq/tree-sitter-squirrel", + files = { "src/parser.c", "src/scanner.c" }, + }, + maintainers = { "@amaanq" }, +} + list.starlark = { install_info = { url = "https://github.com/amaanq/tree-sitter-starlark", |
