mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat: add kdl (#4227)
* feat: add kdl * feat: comment queries * fix(kdl): comments properly highlighted now * feat(kdl): folds * chore: bump revision to feature-complete parser * fix: folds
This commit is contained in:
parent
8546502163
commit
aad763de6b
5 changed files with 72 additions and 0 deletions
|
|
@ -374,6 +374,16 @@ list.java = {
|
|||
maintainers = { "@p00f" },
|
||||
}
|
||||
|
||||
list.kdl = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-kdl",
|
||||
branch = "master",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@amaanq" },
|
||||
experimental = true,
|
||||
}
|
||||
|
||||
list.kotlin = {
|
||||
install_info = {
|
||||
url = "https://github.com/fwcd/tree-sitter-kotlin",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue