mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-24 02:16:18 +04:00
languages: Add ssh_config.d/*.conf
as a glob for sshclientconfig (#11947)
This commit is contained in:
parent
4dc46f9472
commit
83f1b98e80
@ -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…
Reference in New Issue
Block a user