aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorJonathan LEI2022-12-31 17:30:17 +0000
committerGitHub2022-12-31 17:30:17 +0000
commitfebe1a5172f346bcb52138e1f9c3d16c212d5a3c (patch)
treed5db1025528250bef50ff5f82a3a7fddedbb563a /languages.toml
parent1b1755240db1ca01cbe1371a5b4ac58b68615382 (diff)
Fix comment token for sshclientconfig (#5351)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index 75ab4951..9ad46a0b 100644
--- a/languages.toml
+++ b/languages.toml
@@ -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"