mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
Update Kotlin parser
This commit is contained in:
parent
86da4fed85
commit
2cd1eb6e2a
3 changed files with 12 additions and 14 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue