diff options
| author | Arstoien <2979182+tdroxler@users.noreply.github.com> | 2024-06-04 09:49:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-04 09:49:26 +0200 |
| commit | 512e2122e0c4332006c8ba9806ef1d4d5e878e25 (patch) | |
| tree | 5db28af4735871f36e8a1d588eb6095763c79ff2 /lua | |
| parent | bot(lockfile): update arduino, earthfile, koto, rego, slint, sql, teal, typespec (diff) | |
| download | nvim-treesitter-512e2122e0c4332006c8ba9806ef1d4d5e878e25.tar nvim-treesitter-512e2122e0c4332006c8ba9806ef1d4d5e878e25.tar.gz nvim-treesitter-512e2122e0c4332006c8ba9806ef1d4d5e878e25.tar.bz2 nvim-treesitter-512e2122e0c4332006c8ba9806ef1d4d5e878e25.tar.lz nvim-treesitter-512e2122e0c4332006c8ba9806ef1d4d5e878e25.tar.xz nvim-treesitter-512e2122e0c4332006c8ba9806ef1d4d5e878e25.tar.zst nvim-treesitter-512e2122e0c4332006c8ba9806ef1d4d5e878e25.zip | |
feat: add `ralph` (#6675)
https://github.com/alephium/tree-sitter-ralph
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 d2abb9d53..6c01b3eff 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1699,6 +1699,14 @@ list.racket = { }, } +list.ralph = { + install_info = { + url = "https://github.com/alephium/tree-sitter-ralph", + files = { "src/parser.c" }, + }, + maintainers = { "@tdroxler" }, +} + list.rasi = { install_info = { url = "https://github.com/Fymyte/tree-sitter-rasi", |
