mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 14:30:05 -04:00
New kotlin parser
This commit is contained in:
parent
53797ad88f
commit
16a4da493c
3 changed files with 178 additions and 179 deletions
|
|
@ -205,10 +205,10 @@ list.java = {
|
|||
|
||||
list.kotlin = {
|
||||
install_info = {
|
||||
url = "https://github.com/tormodatt/tree-sitter-kotlin",
|
||||
url = "https://github.com/Joakker/tree-sitter-kotlin",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@tormodatt" },
|
||||
maintainers = { "@Joakker" },
|
||||
}
|
||||
|
||||
list.html = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue