Skip to content

Commit

Permalink
Add /etc/ssh/ssh_config to languages.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
midnightexigent authored May 14, 2022
1 parent b4a2244 commit c02dc2e
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 @@ -1359,7 +1359,7 @@ source = { git = "https://github.com/bearcove/tree-sitter-meson", rev = "feea83b
[[language]]
name = "sshclientconfig"
scope = "source.sshclientconfig"
file-types = [".ssh/config"]
file-types = [".ssh/config", "/etc/ssh/ssh_config"]
roots = []

[[grammar]]
Expand Down

0 comments on commit c02dc2e

Please sign in to comment.