1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-05-03 22:26:07 +02:00

Fix comment token for sshclientconfig (#5351)

This commit is contained in:
Jonathan LEI 2023-01-01 02:30:17 +09:00 committed by GitHub
parent 1b1755240d
commit febe1a5172
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1579,6 +1579,7 @@ name = "sshclientconfig"
scope = "source.sshclientconfig"
file-types = [{ suffix = ".ssh/config" }, { suffix = "/etc/ssh/ssh_config" }]
roots = []
comment-token = "#"
[[grammar]]
name = "sshclientconfig"