languages: Add ssh_config.d/*.conf as a glob for sshclientconfig (#11947)

This commit is contained in:
Robert Edmonds 2024-11-20 17:20:59 -05:00 committed by GitHub
parent 4dc46f9472
commit 83f1b98e80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2219,7 +2219,7 @@ source = { git = "https://github.com/staysail/tree-sitter-meson", rev = "32a83e8
[[language]] [[language]]
name = "sshclientconfig" name = "sshclientconfig"
scope = "source.sshclientconfig" scope = "source.sshclientconfig"
file-types = [{ glob = ".ssh/config" }, { glob = "/etc/ssh/ssh_config" }] file-types = [{ glob = ".ssh/config" }, { glob = "/etc/ssh/ssh_config" }, { glob = "ssh_config.d/*.conf" } ]
comment-token = "#" comment-token = "#"
[[grammar]] [[grammar]]