diff options
author | Jonathan LEI | 2022-12-31 17:30:17 +0000 |
---|---|---|
committer | GitHub | 2022-12-31 17:30:17 +0000 |
commit | febe1a5172f346bcb52138e1f9c3d16c212d5a3c (patch) | |
tree | d5db1025528250bef50ff5f82a3a7fddedbb563a | |
parent | 1b1755240db1ca01cbe1371a5b4ac58b68615382 (diff) |
Fix comment token for sshclientconfig (#5351)
-rw-r--r-- | languages.toml | 1 |
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" |