feat: add ssh config

This commit is contained in:
ObserverOfTime 2023-09-17 12:41:06 +03:00
parent 6f3f89a6dd
commit c0f4363b72
6 changed files with 121 additions and 0 deletions

View file

@ -1597,6 +1597,15 @@ list.squirrel = {
maintainers = { "@amaanq" },
}
list.ssh_config = {
install_info = {
url = "https://github.com/ObserverOfTime/tree-sitter-ssh-config",
files = { "src/parser.c" },
},
filetype = "sshconfig",
maintainers = { "@ObserverOfTime" },
}
list.starlark = {
install_info = {
url = "https://github.com/amaanq/tree-sitter-starlark",