mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -04:00
add kotlin parser and highligh-queries
This commit is contained in:
parent
b8bbfceca7
commit
d90a4621a3
2 changed files with 165 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue