diff options
| author | Yorick Peterse <git@yorickpeterse.com> | 2024-05-03 01:13:43 +0200 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-05-03 11:32:15 +0200 |
| commit | 7441b82fe558306b37c979a91c6c21d6bfae9a3c (patch) | |
| tree | b37cea907850a7d8e8c33f2f1fc9a238d504bf9c /lua | |
| parent | bot(lockfile): update javascript, just, mlir, slint, templ (diff) | |
| download | nvim-treesitter-7441b82fe558306b37c979a91c6c21d6bfae9a3c.tar nvim-treesitter-7441b82fe558306b37c979a91c6c21d6bfae9a3c.tar.gz nvim-treesitter-7441b82fe558306b37c979a91c6c21d6bfae9a3c.tar.bz2 nvim-treesitter-7441b82fe558306b37c979a91c6c21d6bfae9a3c.tar.lz nvim-treesitter-7441b82fe558306b37c979a91c6c21d6bfae9a3c.tar.xz nvim-treesitter-7441b82fe558306b37c979a91c6c21d6bfae9a3c.tar.zst nvim-treesitter-7441b82fe558306b37c979a91c6c21d6bfae9a3c.zip | |
feat(inko): add support for Inko
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 ad8cbf904..4a9d9695e 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -966,6 +966,14 @@ list.ini = { experimental = true, } +list.inko = { + install_info = { + url = "https://github.com/inko-lang/tree-sitter-inko", + files = { "src/parser.c" }, + }, + maintainers = { "@yorickpeterse" }, +} + list.ispc = { install_info = { url = "https://github.com/fab4100/tree-sitter-ispc", |
