diff options
author | Sebastian Hoß | 2022-11-01 00:27:53 +0000 |
---|---|---|
committer | GitHub | 2022-11-01 00:27:53 +0000 |
commit | 9b247b1104ab34d55ca383daafab2a26dae31253 (patch) | |
tree | c14c1c7a0766675d7c3af800f56df94cf4b42575 /languages.toml | |
parent | ed7ea8c9ba639daebdbc81630bd789aeb344e2d4 (diff) |
Update SSH client config grammar & highlight queries (#4538)
Co-authored-by: Sebastian Hoß <seb@hoß.de>
Diffstat (limited to 'languages.toml')
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index 95c37945..adce81c5 100644 --- a/languages.toml +++ b/languages.toml @@ -1518,7 +1518,7 @@ roots = [] [[grammar]] name = "sshclientconfig" -source = { git = "https://github.com/metio/tree-sitter-ssh-client-config", rev = "769d7a01a2e5493b4bb5a51096c6bf4be130b024" } +source = { git = "https://github.com/metio/tree-sitter-ssh-client-config", rev = "e45c6d5c71657344d4ecaf87dafae7736f776c57" } [[language]] name = "scheme" |