mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(kdl): parser and queries (#7657)
This commit is contained in:
parent
28f76678ca
commit
376a46ccec
5 changed files with 248 additions and 0 deletions
|
|
@ -1211,6 +1211,14 @@ list.just = {
|
|||
maintainers = { "@Hubro" },
|
||||
}
|
||||
|
||||
list.kcl = {
|
||||
install_info = {
|
||||
url = "https://github.com/kcl-lang/tree-sitter-kcl",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@bertbaron" },
|
||||
}
|
||||
|
||||
list.kconfig = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-kconfig",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue