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

pull/11948/merge
Robert Edmonds 2 days ago committed by GitHub
parent 4dc46f9472
commit 83f1b98e80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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]]

Loading…
Cancel
Save