diff options
| author | Ian Hobson <ian.r.hobson@gmail.com> | 2024-04-25 15:43:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-25 09:43:41 -0400 |
| commit | 19c6b0c4c9b35962e45b782e2b85a3214d2ac4d5 (patch) | |
| tree | e26a37f933ef9cf06f4c22b0c3b2be7f34a93914 /lua | |
| parent | feat(rasi): Highlight captures similar to CSS (#6507) (diff) | |
| download | nvim-treesitter-19c6b0c4c9b35962e45b782e2b85a3214d2ac4d5.tar nvim-treesitter-19c6b0c4c9b35962e45b782e2b85a3214d2ac4d5.tar.gz nvim-treesitter-19c6b0c4c9b35962e45b782e2b85a3214d2ac4d5.tar.bz2 nvim-treesitter-19c6b0c4c9b35962e45b782e2b85a3214d2ac4d5.tar.lz nvim-treesitter-19c6b0c4c9b35962e45b782e2b85a3214d2ac4d5.tar.xz nvim-treesitter-19c6b0c4c9b35962e45b782e2b85a3214d2ac4d5.tar.zst nvim-treesitter-19c6b0c4c9b35962e45b782e2b85a3214d2ac4d5.zip | |
feat: add koto
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
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 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", |
