Skip to content

Commit c02dc2e

Browse files
Add /etc/ssh/ssh_config to languages.toml
1 parent b4a2244 commit c02dc2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

languages.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@ source = { git = "https://github.com/bearcove/tree-sitter-meson", rev = "feea83b
13591359
[[language]]
13601360
name = "sshclientconfig"
13611361
scope = "source.sshclientconfig"
1362-
file-types = [".ssh/config"]
1362+
file-types = [".ssh/config", "/etc/ssh/ssh_config"]
13631363
roots = []
13641364

13651365
[[grammar]]

0 commit comments

Comments
 (0)