diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2024-06-15 13:35:42 +0200 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-06-15 13:57:36 +0200 |
| commit | 47994d7e8960d59fa78e414f038d1266db98c0e2 (patch) | |
| tree | 83cf874952cb2a033dcbe454831ac1f613da14b5 /lua | |
| parent | feat(hyprlang): update parser and queries (diff) | |
| download | nvim-treesitter-47994d7e8960d59fa78e414f038d1266db98c0e2.tar nvim-treesitter-47994d7e8960d59fa78e414f038d1266db98c0e2.tar.gz nvim-treesitter-47994d7e8960d59fa78e414f038d1266db98c0e2.tar.bz2 nvim-treesitter-47994d7e8960d59fa78e414f038d1266db98c0e2.tar.lz nvim-treesitter-47994d7e8960d59fa78e414f038d1266db98c0e2.tar.xz nvim-treesitter-47994d7e8960d59fa78e414f038d1266db98c0e2.tar.zst nvim-treesitter-47994d7e8960d59fa78e414f038d1266db98c0e2.zip | |
feat(roc): switch to active upstream
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 6c01b3eff..314f1e4af 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1782,7 +1782,7 @@ list.robot = { list.roc = { install_info = { - url = "https://github.com/nat-418/tree-sitter-roc", + url = "https://github.com/faldor20/tree-sitter-roc", files = { "src/parser.c", "src/scanner.c" }, }, maintainers = { "@nat-418" }, |
