diff --git a/book/src/generated/lang-support.md b/book/src/generated/lang-support.md index f857fc0d495f..95cf91a43387 100644 --- a/book/src/generated/lang-support.md +++ b/book/src/generated/lang-support.md @@ -78,7 +78,6 @@ | scala | ✓ | | ✓ | `metals` | | solidity | ✓ | | | `solc` | | sql | ✓ | | | | -| sshclientconfig | ✓ | | | | | svelte | ✓ | | ✓ | `svelteserver` | | swift | ✓ | | | `sourcekit-lsp` | | tablegen | ✓ | ✓ | ✓ | | diff --git a/languages.toml b/languages.toml index 1e23871f23db..e6700324b222 100644 --- a/languages.toml +++ b/languages.toml @@ -1356,12 +1356,3 @@ indent = { tab-width = 2, unit = " " } name = "meson" source = { git = "https://github.com/bearcove/tree-sitter-meson", rev = "feea83be9225842490066522ced2d13eb9cce0bd" } -[[language]] -name = "sshclientconfig" -scope = "source.sshclientconfig" -file-types = [".ssh/config", "/etc/ssh/ssh_config"] -roots = [] - -[[grammar]] -name = "sshclientconfig" -source = { git = "https://github.com/metio/tree-sitter-ssh-client-config.git", rev = "769d7a01a2e5493b4bb5a51096c6bf4be130b024" }