From 19c6b0c4c9b35962e45b782e2b85a3214d2ac4d5 Mon Sep 17 00:00:00 2001 From: Ian Hobson Date: Thu, 25 Apr 2024 15:43:41 +0200 Subject: feat: add koto Co-authored-by: ObserverOfTime --- lua/nvim-treesitter/parsers.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 18f5ceb63..c6f169d63 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1082,6 +1082,14 @@ list.kotlin = { maintainers = { "@SalBakraa" }, } +list.koto = { + install_info = { + url = "https://github.com/koto-lang/tree-sitter-koto", + files = { "src/parser.c", "src/scanner.c" }, + }, + maintainers = { "@irh" }, +} + list.kusto = { install_info = { url = "https://github.com/Willem-J-an/tree-sitter-kusto", -- cgit v1.2.3-70-g09d2