fix(kotlin): Change the kotlin parser to fwcd/tree-sitter-kotln

This commit is contained in:
Sal Bakraa 2022-01-06 02:16:46 +03:00 committed by Stephan Seitz
parent 391f29c03a
commit 89abe4af39
3 changed files with 6 additions and 5 deletions

View file

@ -254,10 +254,11 @@ list.java = {
list.kotlin = {
install_info = {
url = "https://github.com/Joakker/tree-sitter-kotlin",
files = { "src/parser.c" },
url = "https://github.com/fwcd/tree-sitter-kotlin",
branch = "main",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@Joakker" },
maintainers = { "@fwcd" },
}
list.html = {