Update Kotlin parser

This commit is contained in:
Stephan Seitz 2021-03-11 00:57:54 +01:00 committed by Kiyan
parent 86da4fed85
commit 2cd1eb6e2a
3 changed files with 12 additions and 14 deletions

View file

@ -148,16 +148,13 @@ list.java = {
maintainers = {"@p00f"},
}
---Parser generation from source does not terminate in reasonable time
--list.kotlin = {
--install_info = {
--url = "https://github.com/QthCN/tree-sitter-kotlin",
--files = { "src/parser.c" },
--requires_generate_from_grammar = true,
--generate_requires_npm = true,
--},
--maintainers = {"@tormodatt"},
--}
list.kotlin = {
install_info = {
url = "https://github.com/tormodatt/tree-sitter-kotlin",
files = { "src/parser.c" },
},
maintainers = {"@tormodatt"},
}
list.html = {
install_info = {