mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
fix(kotlin): Change the kotlin parser to fwcd/tree-sitter-kotln
This commit is contained in:
parent
391f29c03a
commit
89abe4af39
3 changed files with 6 additions and 5 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue