add kotlin parser and highligh-queries

This commit is contained in:
Tormod Alf Try Tufteland 2020-11-30 22:58:52 +01:00 committed by Stephan Seitz
parent b8bbfceca7
commit d90a4621a3
2 changed files with 165 additions and 0 deletions

View file

@ -111,6 +111,13 @@ list.java = {
maintainers = {"@p00f"},
}
list.kotlin = {
install_info = {
url = "https://github.com/QthCN/tree-sitter-kotlin",
files = { "src/parser.c" },
},
}
list.html = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-html",