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:
Amaan Qureshi 2023-01-28 07:59:56 -05:00 committed by GitHub
parent 8546502163
commit aad763de6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 72 additions and 0 deletions

View file

@ -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",