mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
feat: add ssh config
This commit is contained in:
parent
6f3f89a6dd
commit
c0f4363b72
6 changed files with 121 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue