Skip to content

Commit

Permalink
languages: Add ssh_config.d/*.conf as a glob for sshclientconfig (h…
Browse files Browse the repository at this point in the history
  • Loading branch information
edmonds authored and rmburg committed Jan 20, 2025
1 parent 5e14a38 commit 82fb66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2219,7 +2219,7 @@ source = { git = "https://github.com/staysail/tree-sitter-meson", rev = "32a83e8
[[language]]
name = "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 = "#"

[[grammar]]
Expand Down

0 comments on commit 82fb66b

Please sign in to comment.